summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2008-12-05 09:13:45 (GMT)
committerGeorg Brandl <georg@python.org>2008-12-05 09:13:45 (GMT)
commit8d6c49047f2725ebb67212689e7eef2388dfbcdc (patch)
tree3370b488f3871f848f0e9569f8a277c02700127c
parent3fc42260574d5711cdb2cdd1c35b9da442abd53b (diff)
downloadcpython-8d6c49047f2725ebb67212689e7eef2388dfbcdc.zip
cpython-8d6c49047f2725ebb67212689e7eef2388dfbcdc.tar.gz
cpython-8d6c49047f2725ebb67212689e7eef2388dfbcdc.tar.bz2
Use markup.
-rw-r--r--Doc/library/getopt.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/library/getopt.rst b/Doc/library/getopt.rst
index a666d0a..2c0fad9 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