mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
- Fix typo in Lib/compileall.py(__all__).
This commit is contained in:
parent
b13d04c991
commit
fae23dc9dc
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ import py_compile
|
|||
import struct
|
||||
import imp
|
||||
|
||||
__all__ = ["compile_dir","compile_files","compile_path"]
|
||||
__all__ = ["compile_dir","compile_file","compile_path"]
|
||||
|
||||
def compile_dir(dir, maxlevels=10, ddir=None,
|
||||
force=0, rx=None, quiet=0):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue