mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
Fix typo in py_compile.rst (GH-118102)
This commit is contained in:
parent
8fa1248685
commit
0d221e9a19
1 changed files with 1 additions and 1 deletions
|
@ -96,7 +96,7 @@ byte-code cache files in the directory containing the source code.
|
|||
|
||||
.. class:: PycInvalidationMode
|
||||
|
||||
A enumeration of possible methods the interpreter can use to determine
|
||||
An enumeration of possible methods the interpreter can use to determine
|
||||
whether a bytecode file is up to date with a source file. The ``.pyc`` file
|
||||
indicates the desired invalidation mode in its header. See
|
||||
:ref:`pyc-invalidation` for more information on how Python invalidates
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue