[Python-checkins] Fixed documentation typo in compileall.py (GH-29912)

corona10 webhook-mailer at python.org
Sat Dec 4 10:38:26 EST 2021


https://github.com/python/cpython/commit/87a18deda43a9e512e8ca85daf363e9924f6db5f
commit: 87a18deda43a9e512e8ca85daf363e9924f6db5f
branch: main
author: Vishal Pandey <vishalpandeyviptsk at gmail.com>
committer: corona10 <donghee.na92 at gmail.com>
date: 2021-12-05T00:38:17+09:00
summary:

Fixed documentation typo in compileall.py (GH-29912)

files:
M Lib/compileall.py

diff --git a/Lib/compileall.py b/Lib/compileall.py
index 3755e76ba813f..330a90786efc5 100644
--- a/Lib/compileall.py
+++ b/Lib/compileall.py
@@ -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.)
 



More information about the Python-checkins mailing list