]> granicus.if.org Git - python/commit
Fix error messages in argparse examples (GH-6435)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 11 Apr 2018 18:58:09 +0000 (11:58 -0700)
committerGitHub <noreply@github.com>
Wed, 11 Apr 2018 18:58:09 +0000 (11:58 -0700)
commitcbbf7461862fd1fb497ed32d09b1328250fd85c9
treeac465223f01421fd9e5a37b25134c8e78799d391
parent4dc3c8ff14572032e63d9938a12813392bcbe982
Fix error messages in argparse examples (GH-6435)

The examples in argparse documentation use `error: too few arguments`
error message which was removed in this commit f97c59a in 2011.
(cherry picked from commit 04e82934659487ecae76bf4a2db7f92c8dbe0d25)

Co-authored-by: suic86 <marko.gabriel.cz@gmail.com>
Doc/library/argparse.rst