Mailing List Archive

Fixed documentation typo in compileall.py (GH-29912)
https://github.com/python/cpython/commit/87a18deda43a9e512e8ca85daf363e9924f6db5f
commit: 87a18deda43a9e512e8ca85daf363e9924f6db5f
branch: main
author: Vishal Pandey <vishalpandeyviptsk@gmail.com>
committer: corona10 <donghee.na92@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.)


_______________________________________________
Python-checkins mailing list
Python-checkins@python.org
https://mail.python.org/mailman/listinfo/python-checkins