summaryrefslogtreecommitdiffstats
path: root/Doc/library/getopt.rst
diff options
context:
space:
mode:
authorÉric Araujo <merwok@netwok.org>2014-03-12 23:51:00 (GMT)
committerÉric Araujo <merwok@netwok.org>2014-03-12 23:51:00 (GMT)
commitfa5e6e4773ea959a7cc354d54c50df507cf005c3 (patch)
tree31b2a5ad1a614394e303e171233c55d94646317f /Doc/library/getopt.rst
parentd0fc83d5ebf860664ab2156549d3eb98a50212cd (diff)
downloadcpython-fa5e6e4773ea959a7cc354d54c50df507cf005c3.zip
cpython-fa5e6e4773ea959a7cc354d54c50df507cf005c3.tar.gz
cpython-fa5e6e4773ea959a7cc354d54c50df507cf005c3.tar.bz2
Fix note markup (#16805).
Patch by Tshepang Lekhonkhobe, reviewed by Georg Brandl.
Diffstat (limited to 'Doc/library/getopt.rst')
-rw-r--r--Doc/library/getopt.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Doc/library/getopt.rst b/Doc/library/getopt.rst
index b6ab3df..f9a1e53 100644
--- a/Doc/library/getopt.rst
+++ b/Doc/library/getopt.rst
@@ -10,6 +10,7 @@
--------------
.. note::
+
The :mod:`getopt` module is a parser for command line options whose API is
designed to be familiar to users of the C :c:func:`getopt` function. Users who
are unfamiliar with the C :c:func:`getopt` function or who would like to write