From: Martin Panter Date: Sun, 30 Oct 2016 05:24:45 +0000 (+0000) Subject: Issue #26638: Disable inappropriate links to Python interpreter options X-Git-Tag: v2.7.13rc1~58 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ee01fccc6958f30579d94e6a037f8c7a41a59513;p=thirdparty%2FPython%2Fcpython.git Issue #26638: Disable inappropriate links to Python interpreter options --- diff --git a/Doc/library/easydialogs.rst b/Doc/library/easydialogs.rst index a042b0f66f52..117beb297843 100644 --- a/Doc/library/easydialogs.rst +++ b/Doc/library/easydialogs.rst @@ -90,9 +90,9 @@ The :mod:`EasyDialogs` module defines the following functions: +----------------------+------------------------------------------+ | *optstr* format | Command-line format | +======================+==========================================+ - | ``x`` | :option:`-x` (short option) | + | ``x`` | :option:`!-x` (short option) | +----------------------+------------------------------------------+ - | ``x:`` or ``x=`` | :option:`-x` (short option with value) | + | ``x:`` or ``x=`` | :option:`!-x` (short option with value) | +----------------------+------------------------------------------+ | ``xyz`` | :option:`--xyz` (long option) | +----------------------+------------------------------------------+