[Python-checkins] r82635 - in python/branches/release27-maint: Doc/using/cmdline.rst

georg.brandl python-checkins at python.org
Wed Jul 7 21:09:12 CEST 2010


Author: georg.brandl
Date: Wed Jul  7 21:09:12 2010
New Revision: 82635

Log:
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.
........


Modified:
   python/branches/release27-maint/   (props changed)
   python/branches/release27-maint/Doc/using/cmdline.rst

Modified: python/branches/release27-maint/Doc/using/cmdline.rst
==============================================================================
--- python/branches/release27-maint/Doc/using/cmdline.rst	(original)
+++ python/branches/release27-maint/Doc/using/cmdline.rst	Wed Jul  7 21:09:12 2010
@@ -61,7 +61,7 @@
 
 .. 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.
 


More information about the Python-checkins mailing list