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

Skip to content

Commit e97f14c

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

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 -Q
@@ -145,7 +145,7 @@ compiled (bytecode) files from
145145
.I .pyc
146146
to \fI.pyo\fP. Given twice, causes docstrings to be discarded.
147147
.TP
148-
.B \-O0
148+
.B \-OO
149149
Discard docstrings in addition to the \fB-O\fP optimizations.
150150
.TP
151151
.B \-q

0 commit comments

Comments
 (0)