summaryrefslogtreecommitdiffstats
path: root/Doc/using
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2010-07-07 19:09:12 (GMT)
committerGeorg Brandl <georg@python.org>2010-07-07 19:09:12 (GMT)
commit90c0718052b27b76f2006b9125d7858ec41c6546 (patch)
treea9c33d787367776cc1ebf43c86f7b2f5f4ae944f /Doc/using
parent1882d2a6ab3622a67d462c269a5531973d0335bf (diff)
downloadcpython-90c0718052b27b76f2006b9125d7858ec41c6546.zip
cpython-90c0718052b27b76f2006b9125d7858ec41c6546.tar.gz
cpython-90c0718052b27b76f2006b9125d7858ec41c6546.tar.bz2
Merged revisions 82615 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r82615 | georg.brandl | 2010-07-07 00:58:50 +0200 (Mi, 07 Jul 2010) | 1 line Fix typo. ........
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 64670ca..a10ab1c 100644
--- a/Doc/using/cmdline.rst
+++ b/Doc/using/cmdline.rst
@@ -61,7 +61,7 @@ source.
.. cmdoption:: -c <command>
- Execute the Python code in *command*. *command* can be one ore more
+ Execute the Python code in *command*. *command* can be one or more
statements separated by newlines, with significant leading whitespace as in
normal module code.