commit | 677e10a45e49abe9c5eef261a2451a496289d748 | [log] [tgz] |
---|---|---|
author | Raymond Hettinger <python@rcn.com> | Tue Dec 07 06:45:30 2010 +0000 |
committer | Raymond Hettinger <python@rcn.com> | Tue Dec 07 06:45:30 2010 +0000 |
tree | 3b9f2ca7c4ad123c29d08720216c8b8eec98320b | |
parent | 9b955de76f351f260929a1ff7bddfacbdb60d88e [diff] [blame] |
Add example for the entry for argparse
diff --git a/Doc/library/argparse.rst b/Doc/library/argparse.rst index 63b25bb..0ca8aa0 100644 --- a/Doc/library/argparse.rst +++ b/Doc/library/argparse.rst
@@ -1729,6 +1729,7 @@ This method prints a usage message including the *message* to the standard output and terminates the program with a status code of 2. +.. _upgrading-optparse-code: Upgrading optparse code -----------------------