From: Georg Brandl Date: Tue, 28 Dec 2010 09:18:24 +0000 (+0000) Subject: Remove confusing paragraph -- this is relevant only to advanced users anyway and... X-Git-Tag: v3.2rc1~317 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fcf3a0c55bc38943647d9145e214ca3b6f8b5577;p=python Remove confusing paragraph -- this is relevant only to advanced users anyway and does not belong into the tutorial. --- diff --git a/Doc/tutorial/interpreter.rst b/Doc/tutorial/interpreter.rst index 20fae9ac26..8d743de34f 100644 --- a/Doc/tutorial/interpreter.rst +++ b/Doc/tutorial/interpreter.rst @@ -58,14 +58,6 @@ Some Python modules are also useful as scripts. These can be invoked using ``python -m module [arg] ...``, which executes the source file for *module* as if you had spelled out its full name on the command line. -Note that there is a difference between ``python file`` and ``python -