[Python-checkins] r67571 - python/trunk/Doc/library/getopt.rst

georg.brandl python-checkins at python.org
Fri Dec 5 10:13:46 CET 2008


Author: georg.brandl
Date: Fri Dec  5 10:13:45 2008
New Revision: 67571

Log:
Use markup.


Modified:
   python/trunk/Doc/library/getopt.rst

Modified: python/trunk/Doc/library/getopt.rst
==============================================================================
--- python/trunk/Doc/library/getopt.rst	(original)
+++ python/trunk/Doc/library/getopt.rst	Fri Dec  5 10:13:45 2008
@@ -63,8 +63,8 @@
    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
 


More information about the Python-checkins mailing list