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

Skip to content

Commit 9c4f09d

Browse files
committed
#11971: fix man page; it's -OO not -O0
Patch by Lars Michelsen.
1 parent bb754b5 commit 9c4f09d

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
@@ -31,7 +31,7 @@ python \- an interpreted, interactive, object-oriented programming language
3131
.B \-O
3232
]
3333
[
34-
.B \-O0
34+
.B \-OO
3535
]
3636
[
3737
.B -Q
@@ -142,7 +142,7 @@ compiled (bytecode) files from
142142
.I .pyc
143143
to \fI.pyo\fP. Given twice, causes docstrings to be discarded.
144144
.TP
145-
.B \-O0
145+
.B \-OO
146146
Discard docstrings in addition to the \fB-O\fP optimizations.
147147
.TP
148148
.BI "\-Q " argument

0 commit comments

Comments
 (0)