]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
compileall: Fix typos in docstring (GH-19810)
authorJelle Zijlstra <jelle.zijlstra@gmail.com>
Thu, 30 Apr 2020 10:39:11 +0000 (03:39 -0700)
committerGitHub <noreply@github.com>
Thu, 30 Apr 2020 10:39:11 +0000 (16:09 +0530)
Lib/compileall.py

index 1831ad749f2b17882b357580d3c582c6571434c5..abe6cffce59c5fde599ad31e45fb93e760a4a509 100644 (file)
@@ -66,7 +66,7 @@ def compile_dir(dir, maxlevels=None, ddir=None, force=False,
     workers:   maximum number of parallel workers
     invalidation_mode: how the up-to-dateness of the pyc will be checked
     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
     limit_sl_dest: ignore symlinks if they are pointing outside of
                    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.
     invalidation_mode: how the up-to-dateness of the pyc will be checked
     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
     limit_sl_dest: ignore symlinks if they are pointing outside of
                    the defined path.