diff options
author | Raymond Hettinger <python@rcn.com> | 2010-12-07 06:45:30 (GMT) |
---|---|---|
committer | Raymond Hettinger <python@rcn.com> | 2010-12-07 06:45:30 (GMT) |
commit | 677e10a45e49abe9c5eef261a2451a496289d748 (patch) | |
tree | 3b9f2ca7c4ad123c29d08720216c8b8eec98320b /Doc/library | |
parent | 9b955de76f351f260929a1ff7bddfacbdb60d88e (diff) | |
download | cpython-677e10a45e49abe9c5eef261a2451a496289d748.zip cpython-677e10a45e49abe9c5eef261a2451a496289d748.tar.gz cpython-677e10a45e49abe9c5eef261a2451a496289d748.tar.bz2 |
Add example for the entry for argparse
Diffstat (limited to 'Doc/library')
-rw-r--r-- | Doc/library/argparse.rst | 1 |
1 files changed, 1 insertions, 0 deletions
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 @@ Exiting methods 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 ----------------------- |