Skip to content

Commit 10a7dbd

Browse files
committed
Issue #28396: Remove any mention of .pyo files from the man page.
Thanks to Ville Skyttä for the patch.
1 parent 9e373be commit 10a7dbd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Misc/python.man

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ program.
111111
.TP
112112
.B \-B
113113
Don't write
114-
.I .py[co]
114+
.I .pyc
115115
files on import. See also PYTHONDONTWRITEBYTECODE.
116116
.TP
117117
.B \-b
@@ -391,7 +391,7 @@ specifying \fB\-d\fP multiple times.
391391
.IP PYTHONDONTWRITEBYTECODE
392392
If this is set to a non-empty string it is equivalent to specifying
393393
the \fB\-B\fP option (don't try to write
394-
.I .py[co]
394+
.I .pyc
395395
files).
396396
.IP PYTHONINSPECT
397397
If this is set to a non-empty string it is equivalent to specifying

0 commit comments

Comments
 (0)