Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 0d221e9

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

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎Doc/library/py_compile.rst

Copy file name to clipboardExpand all lines: Doc/library/py_compile.rst
+1-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.