mirror of
https://github.com/python/cpython.git
synced 2025-08-22 17:55:18 +00:00
Fixed documentation typo in compileall.py (GH-29912)
This commit is contained in:
parent
64be8d369b
commit
87a18deda4
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ When called as a script with arguments, this compiles the directories
|
|||
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…
Add table
Add a link
Reference in a new issue