From 43e2044751e27e992b1fbb0e43cbaa7295e634f1 Mon Sep 17 00:00:00 2001 From: Mikaela Suomalainen Date: Mon, 8 Dec 2014 09:00:04 +0200 Subject: [PATCH] Update USING_WRAP.rst joules from IRC says that this was parsed incorrectly by Sphinx and that seems to be the case. --- docs/USING_WRAP.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/USING_WRAP.rst b/docs/USING_WRAP.rst index 3a090e065..a585c01a6 100644 --- a/docs/USING_WRAP.rst +++ b/docs/USING_WRAP.rst @@ -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