Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb2e946 commit cb115e3Copy full SHA for cb115e3
1 file changed
Doc/reference/import.rst
@@ -680,7 +680,7 @@ Here are the exact rules used:
680
Cached bytecode invalidation
681
----------------------------
682
683
-Before Python loads cached bytecode from ``.pyc`` file, it checks whether the
+Before Python loads cached bytecode from a ``.pyc`` file, it checks whether the
684
cache is up-to-date with the source ``.py`` file. By default, Python does this
685
by storing the source's last-modified timestamp and size in the cache file when
686
writing it. At runtime, the import system then validates the cache file by
0 commit comments