Skip to content

Commit 0d221e9

Browse files
authored
Fix typo in py_compile.rst (GH-118102)
1 parent 8fa1248 commit 0d221e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/py_compile.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ byte-code cache files in the directory containing the source code.
9696

9797
.. class:: PycInvalidationMode
9898

99-
A enumeration of possible methods the interpreter can use to determine
99+
An enumeration of possible methods the interpreter can use to determine
100100
whether a bytecode file is up to date with a source file. The ``.pyc`` file
101101
indicates the desired invalidation mode in its header. See
102102
:ref:`pyc-invalidation` for more information on how Python invalidates

0 commit comments

Comments
 (0)