]> granicus.if.org Git - python/commitdiff
Issue #26638: Disable inappropriate links to Python interpreter options
authorMartin Panter <vadmium+py@gmail.com>
Sun, 30 Oct 2016 05:24:45 +0000 (05:24 +0000)
committerMartin Panter <vadmium+py@gmail.com>
Sun, 30 Oct 2016 05:24:45 +0000 (05:24 +0000)
Doc/library/easydialogs.rst

index a042b0f66f521acb16ac6703d9fb9bc9be4d0901..117beb2978432732d1a6cc85db6d650d4cade370 100644 (file)
@@ -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)            |
    +----------------------+------------------------------------------+