]> granicus.if.org Git - python/commitdiff
Issue #14410: fix typo in argparse doc; patch by Tshepang Lekhonkhobe
authorSandro Tosi <sandro.tosi@gmail.com>
Mon, 26 Mar 2012 17:35:52 +0000 (19:35 +0200)
committerSandro Tosi <sandro.tosi@gmail.com>
Mon, 26 Mar 2012 17:35:52 +0000 (19:35 +0200)
Doc/library/argparse.rst

index c76fe604539817f8b8ce111e9da9d266564984a9..bb7c88de9e2d3977e760b2a945e08589d6631a40 100644 (file)
@@ -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