commit | cbbf7461862fd1fb497ed32d09b1328250fd85c9 | [log] [tgz] |
---|---|---|
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | Wed Apr 11 11:58:09 2018 -0700 |
committer | GitHub <noreply@github.com> | Wed Apr 11 11:58:09 2018 -0700 |
tree | ac465223f01421fd9e5a37b25134c8e78799d391 | |
parent | 4dc3c8ff14572032e63d9938a12813392bcbe982 [diff] |
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>