commit | 37b5f9eebc0d7ce43c7e38e4ccd6d8ad904007b5 | [log] [tgz] |
---|---|---|
author | Éric Araujo <merwok@netwok.org> | Thu Sep 01 03:19:30 2011 +0200 |
committer | Éric Araujo <merwok@netwok.org> | Thu Sep 01 03:19:30 2011 +0200 |
tree | f5a1b827b7aec65770295bb51d0b1d809ce3cacb | |
parent | 941afedd741b26c0e54c377e8b04f5eb6af823c9 [diff] [blame] |
Fix some misuses of Sphinx roles and one typo
diff --git a/Doc/library/argparse.rst b/Doc/library/argparse.rst index 38e52fb..88270ed 100644 --- a/Doc/library/argparse.rst +++ b/Doc/library/argparse.rst
@@ -155,7 +155,7 @@ conflicting optionals. * prog_ - The name of the program (default: - :data:`sys.argv[0]`) + ``sys.argv[0]``) * usage_ - The string describing the program usage (default: generated)