]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Doc: Fix a typo/error in the docs for cached bytecode (GH-22445)
authorZackery Spytz <zspytz@gmail.com>
Wed, 21 Oct 2020 08:36:03 +0000 (02:36 -0600)
committerGitHub <noreply@github.com>
Wed, 21 Oct 2020 08:36:03 +0000 (17:36 +0900)
Doc/reference/import.rst

index 4c36e15dc0606351c4fb78ca16936f4772145ac8..213b31487ac618b8d5ca787e74d34c1a698b2163 100644 (file)
@@ -680,7 +680,7 @@ Here are the exact rules used:
 Cached bytecode invalidation
 ----------------------------
 
-Before Python loads cached bytecode from ``.pyc`` file, it checks whether the
+Before Python loads cached bytecode from ``.pyc`` file, it checks whether the
 cache is up-to-date with the source ``.py`` file. By default, Python does this
 by storing the source's last-modified timestamp and size in the cache file when
 writing it. At runtime, the import system then validates the cache file by