Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 90c3fb6

Browse files
committed
Merge #11971: fix man page; it's -OO not -O0
Patch by Lars Michelsen.
2 parents c90e19d + e97f14c commit 90c3fb6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Misc/python.man

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ python \- an interpreted, interactive, object-oriented programming language
3434
.B \-O
3535
]
3636
[
37-
.B \-O0
37+
.B \-OO
3838
]
3939
[
4040
.B \-s
@@ -141,7 +141,7 @@ compiled (bytecode) files from
141141
.I .pyc
142142
to \fI.pyo\fP. Given twice, causes docstrings to be discarded.
143143
.TP
144-
.B \-O0
144+
.B \-OO
145145
Discard docstrings in addition to the \fB-O\fP optimizations.
146146
.TP
147147
.B \-q

0 commit comments

Comments
 (0)