From: Animesh Kumar Date: Tue, 23 Apr 2024 17:12:49 +0000 (+0530) Subject: Fix typo in py_compile.rst (GH-118102) X-Git-Tag: v3.13.0b1~297 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0d221e9a1952949465df4e737e8d3189bdd9632a;p=thirdparty%2FPython%2Fcpython.git Fix typo in py_compile.rst (GH-118102) --- diff --git a/Doc/library/py_compile.rst b/Doc/library/py_compile.rst index 38c416f9ad03..a35fa0ba3f7b 100644 --- a/Doc/library/py_compile.rst +++ b/Doc/library/py_compile.rst @@ -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