diff options
author | Animesh Kumar <animesh0721@gmail.com> | 2024-04-23 17:12:49 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-23 17:12:49 (GMT) |
commit | 0d221e9a1952949465df4e737e8d3189bdd9632a (patch) | |
tree | defc638ca1f399d290257809d06d7d9dff02b5d8 | |
parent | 8fa124868519eeda0a6dfe9191ceabd708d84fa7 (diff) | |
download | cpython-0d221e9a1952949465df4e737e8d3189bdd9632a.zip cpython-0d221e9a1952949465df4e737e8d3189bdd9632a.tar.gz cpython-0d221e9a1952949465df4e737e8d3189bdd9632a.tar.bz2 |
Fix typo in py_compile.rst (GH-118102)
-rw-r--r-- | Doc/library/py_compile.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/py_compile.rst b/Doc/library/py_compile.rst index 38c416f..a35fa0b 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 |