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 | 0a2c4f55c4d3288dce74513ef135fae167646f02 (patch) | |
tree | 2351941ff92eaedecd3c29ecb34327ae484bbe31 | |
parent | 7bd61cbc030663ac688364260d2142d09678b2a3 (diff) | |
download | cpython-0a2c4f55c4d3288dce74513ef135fae167646f02.zip cpython-0a2c4f55c4d3288dce74513ef135fae167646f02.tar.gz cpython-0a2c4f55c4d3288dce74513ef135fae167646f02.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 50e1a94..a134036 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: |