]> 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 19:05:52 +0000 (12:05 -0700)
committerGitHub <noreply@github.com>
Wed, 11 Apr 2018 19:05:52 +0000 (12:05 -0700)
commite98e3385f2acfc6d98f70f8e66c96b752d003b8f
tree3747c713b7a16b9423d9489476686f60bf0d4589
parent910d71b839755baa31258bcc083be9191563819e
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