]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Use markup.
authorGeorg Brandl <georg@python.org>
Fri, 5 Dec 2008 09:13:45 +0000 (09:13 +0000)
committerGeorg Brandl <georg@python.org>
Fri, 5 Dec 2008 09:13:45 +0000 (09:13 +0000)
Doc/library/getopt.rst

index a666d0a1c64f7b3c4b05347f940263892a49d37c..2c0fad9ef066c171f0355e425b022bfb554a6130 100644 (file)
@@ -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