]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fixed documentation typo in compileall.py (GH-29912)
authorVishal Pandey <vishalpandeyviptsk@gmail.com>
Sat, 4 Dec 2021 15:38:17 +0000 (21:08 +0530)
committerGitHub <noreply@github.com>
Sat, 4 Dec 2021 15:38:17 +0000 (00:38 +0900)
Lib/compileall.py

index 3755e76ba813f5b699c20307453a2fd1cd539287..330a90786efc5f15f859a9c1a359ced13c2fc8b8 100644 (file)
@@ -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.)