From 4d34b7f201d9361493d3b2f726500a301fd28d32 Mon Sep 17 00:00:00 2001 From: "Miss Islington (bot)" <31488909+miss-islington@users.noreply.github.com> Date: Tue, 23 Apr 2024 19:22:19 +0200 Subject: [PATCH] [3.12] Fix typo in py_compile.rst (GH-118102) (GH-118191) (cherry picked from commit 0d221e9a1952949465df4e737e8d3189bdd9632a) Co-authored-by: Animesh Kumar --- Doc/library/py_compile.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/py_compile.rst b/Doc/library/py_compile.rst index 38c416f9ad0..a35fa0ba3f7 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