Update USING_WRAP.rst

joules from IRC says that this was parsed incorrectly by Sphinx and that seems to be the case.
This commit is contained in:
Mikaela Suomalainen 2014-12-08 09:00:04 +02:00
parent 5fdf8c3c9e
commit 43e2044751
1 changed files with 1 additions and 1 deletions

View File

@ -470,7 +470,7 @@ rest
conversion is unsuccessful, restores the arguments.
getopts
Handles --option style arguments. Each option should be a key in a
Handles ``--option`` style arguments. Each option should be a key in a
dictionary that maps to the name of the converter that is to be used on
that argument. To make the option take no argument, use "" as the converter
name in the dictionary. For no conversion, use None as the converter name