Fix note markup (#16805).

Patch by Tshepang Lekhonkhobe, reviewed by Georg Brandl.
This commit is contained in:
Éric Araujo 2014-03-12 19:51:00 -04:00
parent d0fc83d5eb
commit fa5e6e4773
13 changed files with 28 additions and 6 deletions

View file

@ -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