Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 87a18de

Browse files
Fixed documentation typo in compileall.py (GH-29912)
1 parent 64be8d3 commit 87a18de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/compileall.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
given as arguments recursively; the -l option prevents it from
55
recursing into directories.
66
7-
Without arguments, if compiles all modules on sys.path, without
7+
Without arguments, it compiles all modules on sys.path, without
88
recursing into subdirectories. (Even though it should do so for
99
packages -- for now, you'll have to deal with packages separately.)
1010

0 commit comments

Comments
 (0)