diff options
author | Georg Brandl <georg@python.org> | 2008-11-07 08:27:39 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2008-11-07 08:27:39 (GMT) |
commit | 14da8e800bc45faea51c977e7e1fd0d27aace899 (patch) | |
tree | 1849f7c1e4493eecf1d5bcb56eb94a59f2053bcc /Doc/using | |
parent | ddd8263678a87b9f710ae52fd6c367d87e4cb81d (diff) | |
download | cpython-14da8e800bc45faea51c977e7e1fd0d27aace899.zip cpython-14da8e800bc45faea51c977e7e1fd0d27aace899.tar.gz cpython-14da8e800bc45faea51c977e7e1fd0d27aace899.tar.bz2 |
Fix syntax.
Diffstat (limited to 'Doc/using')
-rw-r--r-- | Doc/using/cmdline.rst | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Doc/using/cmdline.rst b/Doc/using/cmdline.rst index 4ceee84..954df89 100644 --- a/Doc/using/cmdline.rst +++ b/Doc/using/cmdline.rst @@ -143,8 +143,7 @@ If no interface option is given, :option:`-i` is implied, ``sys.argv[0]`` is an empty string (``""``) and the current directory will be added to the start of :data:`sys.path`. - .. seealso:: - :ref:`tut-invoking` +.. seealso:: :ref:`tut-invoking` Generic options |