mirror of
https://github.com/python/cpython.git
synced 2025-11-02 19:12:55 +00:00
Doc: Fix a typo/error in the docs for cached bytecode (GH-22445)
This commit is contained in:
parent
fb2e94692e
commit
cb115e36e1
1 changed files with 1 additions and 1 deletions
|
|
@ -680,7 +680,7 @@ Here are the exact rules used:
|
||||||
Cached bytecode invalidation
|
Cached bytecode invalidation
|
||||||
----------------------------
|
----------------------------
|
||||||
|
|
||||||
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
|
||||||
cache is up-to-date with the source ``.py`` file. By default, Python does this
|
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
|
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
|
writing it. At runtime, the import system then validates the cache file by
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue