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: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ee01fccc6958f30579d94e6a037f8c7a41a59513;p=python Issue #26638: Disable inappropriate links to Python interpreter options --- diff --git a/Doc/library/easydialogs.rst b/Doc/library/easydialogs.rst index a042b0f66f..117beb2978 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) | +----------------------+------------------------------------------+