summaryrefslogtreecommitdiff
path: root/Misc
diff options
context:
space:
mode:
authorR David Murray <rdmurray@bitdance.com>2011-05-01 11:12:35 -0400
committerR David Murray <rdmurray@bitdance.com>2011-05-01 11:12:35 -0400
commit7b2941056f95a257921d7e8c65b1c75e150a1203 (patch)
tree38f3638a31069070e61e553f286983b580eece28 /Misc
parent49dd3b8ab407e76fa7cb4c7b52339540b88bcecb (diff)
downloadcpython-7b2941056f95a257921d7e8c65b1c75e150a1203.tar.gz
#11971: fix man page; it's -OO not -O0
Patch by Lars Michelsen.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/python.man4
1 files changed, 2 insertions, 2 deletions
diff --git a/Misc/python.man b/Misc/python.man
index ddfccef8a4..93087876c0 100644
--- a/Misc/python.man
+++ b/Misc/python.man
@@ -31,7 +31,7 @@ python \- an interpreted, interactive, object-oriented programming language
.B \-O
]
[
-.B \-O0
+.B \-OO
]
[
.B -Q
@@ -148,7 +148,7 @@ compiled (bytecode) files from
.I .pyc
to \fI.pyo\fP. Given twice, causes docstrings to be discarded.
.TP
-.B \-O0
+.B \-OO
Discard docstrings in addition to the \fB-O\fP optimizations.
.TP
.BI "\-Q " argument