From: Georg Brandl Date: Wed, 7 Jul 2010 19:09:12 +0000 (+0000) Subject: Merged revisions 82615 via svnmerge from X-Git-Tag: v2.7.1rc1~635 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=90c0718052b27b76f2006b9125d7858ec41c6546;p=thirdparty%2FPython%2Fcpython.git 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. ........ --- diff --git a/Doc/using/cmdline.rst b/Doc/using/cmdline.rst index 64670ca453fb..a10ab1c63900 100644 --- a/Doc/using/cmdline.rst +++ b/Doc/using/cmdline.rst @@ -61,7 +61,7 @@ source. .. cmdoption:: -c - 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.