diff options
author | Benjamin Peterson <benjamin@python.org> | 2013-01-04 04:34:19 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2013-01-04 04:34:19 (GMT) |
commit | 830b4a85700cf2981e63e39c88169d2021019200 (patch) | |
tree | 2bfef02a472daf47a516676583fe3fc46dd4dd42 | |
parent | 23a32ba0e5afcee7184408cf9415f038e864df96 (diff) | |
download | cpython-830b4a85700cf2981e63e39c88169d2021019200.zip cpython-830b4a85700cf2981e63e39c88169d2021019200.tar.gz cpython-830b4a85700cf2981e63e39c88169d2021019200.tar.bz2 |
drop email (closes #16857)
-rw-r--r-- | Doc/howto/argparse.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/howto/argparse.rst b/Doc/howto/argparse.rst index 449f7cd..8cc638e 100644 --- a/Doc/howto/argparse.rst +++ b/Doc/howto/argparse.rst @@ -2,7 +2,7 @@ Argparse Tutorial ***************** -:author: Tshepang Lekhonkhobe <tshepang@gmail.com> +:author: Tshepang Lekhonkhobe .. _argparse-tutorial: |