From: Georg Brandl Date: Tue, 6 Jul 2010 22:58:50 +0000 (+0000) Subject: Fix typo. X-Git-Tag: v3.2a1~287 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=44afa5e6a4faef2dfdf43bd939125f763f8e90e4;p=python Fix typo. --- diff --git a/Doc/using/cmdline.rst b/Doc/using/cmdline.rst index 260794d42e..3d10c9d68b 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.