We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fa1248 commit 0d221e9Copy full SHA for 0d221e9
Doc/library/py_compile.rst
@@ -96,7 +96,7 @@ byte-code cache files in the directory containing the source code.
96
97
.. class:: PycInvalidationMode
98
99
- A enumeration of possible methods the interpreter can use to determine
+ An enumeration of possible methods the interpreter can use to determine
100
whether a bytecode file is up to date with a source file. The ``.pyc`` file
101
indicates the desired invalidation mode in its header. See
102
:ref:`pyc-invalidation` for more information on how Python invalidates
0 commit comments