summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorBarry Warsaw <barry@python.org>2008-11-07 03:06:24 (GMT)
committerBarry Warsaw <barry@python.org>2008-11-07 03:06:24 (GMT)
commitf913ac79a85f3442eec4023c30140a28bb1a06c2 (patch)
tree7659a0bc101660e310dc8afd7a80b38f4fb24cd0 /Doc
parent89cce37b31470953fe7015af84c912403578da19 (diff)
downloadcpython-f913ac79a85f3442eec4023c30140a28bb1a06c2.zip
cpython-f913ac79a85f3442eec4023c30140a28bb1a06c2.tar.gz
cpython-f913ac79a85f3442eec4023c30140a28bb1a06c2.tar.bz2
A totally crappy workaround for issue 4266, but this allows me to build the
release.
Diffstat (limited to 'Doc')
-rw-r--r--Doc/using/cmdline.rst3
1 files changed, 0 insertions, 3 deletions
diff --git a/Doc/using/cmdline.rst b/Doc/using/cmdline.rst
index 1236a3a..167dc10 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
~~~~~~~~~~~~~~~