diff options
| author | Raymond Hettinger <python@rcn.com> | 2010-12-07 06:45:30 +0000 |
|---|---|---|
| committer | Raymond Hettinger <python@rcn.com> | 2010-12-07 06:45:30 +0000 |
| commit | 677e10a45e49abe9c5eef261a2451a496289d748 (patch) | |
| tree | 3b9f2ca7c4ad123c29d08720216c8b8eec98320b /Doc/library/argparse.rst | |
| parent | 9b955de76f351f260929a1ff7bddfacbdb60d88e (diff) | |
| download | cpython-git-677e10a45e49abe9c5eef261a2451a496289d748.tar.gz | |
Add example for the entry for argparse
Diffstat (limited to 'Doc/library/argparse.rst')
| -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 63b25bb63e..0ca8aa0661 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 ----------------------- |
