From: Barry Warsaw Date: Fri, 7 Nov 2008 03:06:24 +0000 (+0000) Subject: A totally crappy workaround for issue 4266, but this allows me to build the X-Git-Tag: v3.0rc2~1 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f913ac79a85f3442eec4023c30140a28bb1a06c2;p=python A totally crappy workaround for issue 4266, but this allows me to build the release. --- diff --git a/Doc/using/cmdline.rst b/Doc/using/cmdline.rst index 1236a3aa52..167dc1053b 100644 --- a/Doc/using/cmdline.rst +++ b/Doc/using/cmdline.rst @@ -135,9 +135,6 @@ 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` - Generic options ~~~~~~~~~~~~~~~