From: Sandro Tosi Date: Mon, 26 Mar 2012 17:35:52 +0000 (+0200) Subject: Issue #14410: fix typo in argparse doc; patch by Tshepang Lekhonkhobe X-Git-Tag: v2.7.4rc1~943 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=48a88953cc493de6155400f4b34722a93dd3a95f;p=thirdparty%2FPython%2Fcpython.git Issue #14410: fix typo in argparse doc; patch by Tshepang Lekhonkhobe --- diff --git a/Doc/library/argparse.rst b/Doc/library/argparse.rst index c76fe6045398..bb7c88de9e2d 100644 --- a/Doc/library/argparse.rst +++ b/Doc/library/argparse.rst @@ -1634,8 +1634,8 @@ Argument groups --bar BAR bar help - Note that any arguments not your user defined groups will end up back in the - usual "positional arguments" and "optional arguments" sections. + Note that any arguments not in your user-defined groups will end up back + in the usual "positional arguments" and "optional arguments" sections. Mutual exclusion