From 87a18deda43a9e512e8ca85daf363e9924f6db5f Mon Sep 17 00:00:00 2001 From: Vishal Pandey Date: Sat, 4 Dec 2021 21:08:17 +0530 Subject: Fixed documentation typo in compileall.py (GH-29912) --- Lib/compileall.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lib/compileall.py b/Lib/compileall.py index 3755e76..330a907 100644 --- a/Lib/compileall.py +++ b/Lib/compileall.py @@ -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.) -- cgit v0.12