[3.12] Fix typo in py_compile.rst (GH-118102) (GH-118191)

(cherry picked from commit 0d221e9a19)

Co-authored-by: Animesh Kumar <animesh0721@gmail.com>
This commit is contained in:
Miss Islington (bot) 2024-04-23 19:22:19 +02:00 committed by GitHub
parent 30e25d4ff9
commit 4d34b7f201
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 .. 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 whether a bytecode file is up to date with a source file. The ``.pyc`` file
indicates the desired invalidation mode in its header. See indicates the desired invalidation mode in its header. See
:ref:`pyc-invalidation` for more information on how Python invalidates :ref:`pyc-invalidation` for more information on how Python invalidates