Fix typo in py_compile.rst (GH-118102)

This commit is contained in:
Animesh Kumar 2024-04-23 22:42:49 +05:30 committed by GitHub
parent 8fa1248685
commit 0d221e9a19
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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