Skip to content

Commit efb8dd5

Browse files
compileall: Fix typos in docstring (GH-19810)
1 parent e488e30 commit efb8dd5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Lib/compileall.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ def compile_dir(dir, maxlevels=None, ddir=None, force=False,
6666
workers: maximum number of parallel workers
6767
invalidation_mode: how the up-to-dateness of the pyc will be checked
6868
stripdir: part of path to left-strip from source file path
69-
prependdir: path to prepend to beggining of original file path, applied
69+
prependdir: path to prepend to beginning of original file path, applied
7070
after stripdir
7171
limit_sl_dest: ignore symlinks if they are pointing outside of
7272
the defined path
@@ -136,7 +136,7 @@ def compile_file(fullname, ddir=None, force=False, rx=None, quiet=0,
136136
files each with one optimization level.
137137
invalidation_mode: how the up-to-dateness of the pyc will be checked
138138
stripdir: part of path to left-strip from source file path
139-
prependdir: path to prepend to beggining of original file path, applied
139+
prependdir: path to prepend to beginning of original file path, applied
140140
after stripdir
141141
limit_sl_dest: ignore symlinks if they are pointing outside of
142142
the defined path.

0 commit comments

Comments
 (0)