summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2010-07-06 22:58:50 (GMT)
committerGeorg Brandl <georg@python.org>2010-07-06 22:58:50 (GMT)
commit44afa5e6a4faef2dfdf43bd939125f763f8e90e4 (patch)
treeed73c5ac01a0856d7cefdf7a20451f189df898ec
parent21a1f734fbc4216db32f5b141160a15e5dd941b5 (diff)
downloadcpython-44afa5e6a4faef2dfdf43bd939125f763f8e90e4.zip
cpython-44afa5e6a4faef2dfdf43bd939125f763f8e90e4.tar.gz
cpython-44afa5e6a4faef2dfdf43bd939125f763f8e90e4.tar.bz2
Fix typo.
-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 260794d..3d10c9d 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.