]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Issue #14410: fix typo in argparse doc; patch by Tshepang Lekhonkhobe
authorSandro Tosi <sandro.tosi@gmail.com>
Mon, 26 Mar 2012 17:36:23 +0000 (19:36 +0200)
committerSandro Tosi <sandro.tosi@gmail.com>
Mon, 26 Mar 2012 17:36:23 +0000 (19:36 +0200)
Doc/library/argparse.rst

index 79a98cbcfdc83ce337105151011f8316b2b07d4a..b84e5c8a72a81d9fbc52ab4d0d1d333fb0a744b1 100644 (file)
@@ -1642,8 +1642,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