From 44afa5e6a4faef2dfdf43bd939125f763f8e90e4 Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Tue, 6 Jul 2010 22:58:50 +0000 Subject: [PATCH] Fix typo. --- Doc/using/cmdline.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/using/cmdline.rst b/Doc/using/cmdline.rst index 260794d42e9..3d10c9d68b3 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.