mirror of https://github.com/python/cpython.git
Fixed documentation typo in compileall.py (GH-29912)
This commit is contained in:
parent
64be8d369b
commit
87a18deda4
|
@ -4,7 +4,7 @@
|
|||
given as arguments recursively; the -l option prevents it from
|
||||
recursing into directories.
|
||||
|
||||
Without arguments, if compiles all modules on sys.path, without
|
||||
Without arguments, it compiles all modules on sys.path, without
|
||||
recursing into subdirectories. (Even though it should do so for
|
||||
packages -- for now, you'll have to deal with packages separately.)
|
||||
|
||||
|
|
Loading…
Reference in New Issue