]> granicus.if.org Git - python/commitdiff
Fix typo.
authorGeorg Brandl <georg@python.org>
Tue, 6 Jul 2010 22:58:50 +0000 (22:58 +0000)
committerGeorg Brandl <georg@python.org>
Tue, 6 Jul 2010 22:58:50 +0000 (22:58 +0000)
Doc/using/cmdline.rst

index 260794d42e9236f425dbd6663891ed3bf6fe7380..3d10c9d68b38089f80cb040282b140a6a65b6c45 100644 (file)
@@ -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.