summaryrefslogtreecommitdiffstats
path: root/Doc/using
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2009-06-24 06:42:05 (GMT)
committerGeorg Brandl <georg@python.org>2009-06-24 06:42:05 (GMT)
commiteeb575f3290802bb542ad5f7442822586c8c08cf (patch)
tree6ccf7571be9a190435ab7ff69c5556c75b3e5407 /Doc/using
parentbbcd1eb64c3a6575b6e0a74d8e4979aa96177e90 (diff)
downloadcpython-eeb575f3290802bb542ad5f7442822586c8c08cf.zip
cpython-eeb575f3290802bb542ad5f7442822586c8c08cf.tar.gz
cpython-eeb575f3290802bb542ad5f7442822586c8c08cf.tar.bz2
Merged revisions 73544 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk ........ r73544 | georg.brandl | 2009-06-24 06:41:19 +0000 (Mi, 24 Jun 2009) | 1 line #6332: fix word dupes throughout the source. ........
Diffstat (limited to 'Doc/using')
-rw-r--r--Doc/using/cmdline.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/using/cmdline.rst b/Doc/using/cmdline.rst
index 84a7943..6c09e85 100644
--- a/Doc/using/cmdline.rst
+++ b/Doc/using/cmdline.rst
@@ -286,7 +286,7 @@ Miscellaneous options
warning is triggered repeatedly for the same source line, such as inside a
loop).
``module``
- Print each warning only only the first time it occurs in each module.
+ Print each warning only the first time it occurs in each module.
``once``
Print each warning only the first time it occurs in the program.
``error``