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

This commit is contained in:
Vishal Pandey 2021-12-04 21:08:17 +05:30 committed by GitHub
parent 64be8d369b
commit 87a18deda4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.)