From: Georg Brandl Date: Fri, 5 Dec 2008 09:13:45 +0000 (+0000) Subject: Use markup. X-Git-Tag: v2.7a1~2582 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8d6c49047f2725ebb67212689e7eef2388dfbcdc;p=thirdparty%2FPython%2Fcpython.git Use markup. --- diff --git a/Doc/library/getopt.rst b/Doc/library/getopt.rst index a666d0a1c64f..2c0fad9ef066 100644 --- a/Doc/library/getopt.rst +++ b/Doc/library/getopt.rst @@ -63,8 +63,8 @@ exception: non-option argument is encountered. If the first character of the option string is '+', or if the environment - variable POSIXLY_CORRECT is set, then option processing stops as soon as a - non-option argument is encountered. + variable :envvar:`POSIXLY_CORRECT` is set, then option processing stops as + soon as a non-option argument is encountered. .. versionadded:: 2.3