From ee01fccc6958f30579d94e6a037f8c7a41a59513 Mon Sep 17 00:00:00 2001 From: Martin Panter Date: Sun, 30 Oct 2016 05:24:45 +0000 Subject: [PATCH] Issue #26638: Disable inappropriate links to Python interpreter options --- Doc/library/easydialogs.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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) | +----------------------+------------------------------------------+ -- 2.50.1