Mailing List Archive

Fix typo in py_compile.rst (GH-118102)
https://github.com/python/cpython/commit/0d221e9a1952949465df4e737e8d3189bdd9632a
commit: 0d221e9a1952949465df4e737e8d3189bdd9632a
branch: main
author: Animesh Kumar <animesh0721@gmail.com>
committer: serhiy-storchaka <storchaka@gmail.com>
date: 2024-04-23T17:12:49Z
summary:

Fix typo in py_compile.rst (GH-118102)

files:
M Doc/library/py_compile.rst

diff --git a/Doc/library/py_compile.rst b/Doc/library/py_compile.rst
index 38c416f9ad0305..a35fa0ba3f7bde 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

_______________________________________________
Python-checkins mailing list -- python-checkins@python.org
To unsubscribe send an email to python-checkins-leave@python.org
https://mail.python.org/mailman3/lists/python-checkins.python.org/
Member address: list-python-checkins@lists.gossamer-threads.com