From 99e7d0706eb4c424be6e648f1b3b69dba6b5aa34 Mon Sep 17 00:00:00 2001 From: Sandro Tosi Date: Mon, 26 Mar 2012 19:36:23 +0200 Subject: Issue #14410: fix typo in argparse doc; patch by Tshepang Lekhonkhobe --- Doc/library/argparse.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Doc/library/argparse.rst b/Doc/library/argparse.rst index 79a98cb..b84e5c8 100644 --- a/Doc/library/argparse.rst +++ b/Doc/library/argparse.rst @@ -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 -- cgit v0.12