summaryrefslogtreecommitdiffstats
path: root/Misc/python.man
diff options
context:
space:
mode:
authorR David Murray <rdmurray@bitdance.com>2011-05-01 15:13:56 (GMT)
committerR David Murray <rdmurray@bitdance.com>2011-05-01 15:13:56 (GMT)
commit9c4f09d0f487de32444ebc2e11fdbaadf3dc5cd3 (patch)
treeda4b93502340863085f1a7bfff292fe357e10c85 /Misc/python.man
parentbb754b503c617821db907a88ae148e2bb0304d31 (diff)
downloadcpython-9c4f09d0f487de32444ebc2e11fdbaadf3dc5cd3.zip
cpython-9c4f09d0f487de32444ebc2e11fdbaadf3dc5cd3.tar.gz
cpython-9c4f09d0f487de32444ebc2e11fdbaadf3dc5cd3.tar.bz2
#11971: fix man page; it's -OO not -O0
Patch by Lars Michelsen.
Diffstat (limited to 'Misc/python.man')
-rw-r--r--Misc/python.man4
1 files changed, 2 insertions, 2 deletions
diff --git a/Misc/python.man b/Misc/python.man
index 87f1c93..411a43a 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
@@ -142,7 +142,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