]> granicus.if.org Git - python/commitdiff
Merged revisions 82615 via svnmerge from
authorGeorg Brandl <georg@python.org>
Wed, 7 Jul 2010 19:09:12 +0000 (19:09 +0000)
committerGeorg Brandl <georg@python.org>
Wed, 7 Jul 2010 19:09:12 +0000 (19:09 +0000)
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.
........

Doc/using/cmdline.rst

index 64670ca453fb04ee7b250944e215a4f8c4663907..a10ab1c639004c5dc99043a983a33d4ee2f46ed6 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.