mirror of
https://github.com/python/cpython.git
synced 2025-12-04 08:34:25 +00:00
compileall: Fix typos in docstring (GH-19810)
This commit is contained in:
parent
e488e300f5
commit
efb8dd5b3e
1 changed files with 2 additions and 2 deletions
|
|
@ -66,7 +66,7 @@ def compile_dir(dir, maxlevels=None, ddir=None, force=False,
|
||||||
workers: maximum number of parallel workers
|
workers: maximum number of parallel workers
|
||||||
invalidation_mode: how the up-to-dateness of the pyc will be checked
|
invalidation_mode: how the up-to-dateness of the pyc will be checked
|
||||||
stripdir: part of path to left-strip from source file path
|
stripdir: part of path to left-strip from source file path
|
||||||
prependdir: path to prepend to beggining of original file path, applied
|
prependdir: path to prepend to beginning of original file path, applied
|
||||||
after stripdir
|
after stripdir
|
||||||
limit_sl_dest: ignore symlinks if they are pointing outside of
|
limit_sl_dest: ignore symlinks if they are pointing outside of
|
||||||
the defined path
|
the defined path
|
||||||
|
|
@ -136,7 +136,7 @@ def compile_file(fullname, ddir=None, force=False, rx=None, quiet=0,
|
||||||
files each with one optimization level.
|
files each with one optimization level.
|
||||||
invalidation_mode: how the up-to-dateness of the pyc will be checked
|
invalidation_mode: how the up-to-dateness of the pyc will be checked
|
||||||
stripdir: part of path to left-strip from source file path
|
stripdir: part of path to left-strip from source file path
|
||||||
prependdir: path to prepend to beggining of original file path, applied
|
prependdir: path to prepend to beginning of original file path, applied
|
||||||
after stripdir
|
after stripdir
|
||||||
limit_sl_dest: ignore symlinks if they are pointing outside of
|
limit_sl_dest: ignore symlinks if they are pointing outside of
|
||||||
the defined path.
|
the defined path.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue