http://hg.python.org/cpython/rev/c8e885ecbc89 changeset: 81277:c8e885ecbc89 branch: 2.7 parent: 81269:f26c91bf61bf user: Benjamin Peterson <benjamin at python.org> date: Thu Jan 03 20:34:19 2013 -0800 summary: drop email (closes #16857) files: Doc/howto/argparse.rst | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Doc/howto/argparse.rst b/Doc/howto/argparse.rst --- a/Doc/howto/argparse.rst +++ b/Doc/howto/argparse.rst @@ -2,7 +2,7 @@ Argparse Tutorial ***************** -:author: Tshepang Lekhonkhobe <tshepang at gmail.com> +:author: Tshepang Lekhonkhobe .. _argparse-tutorial: -- Repository URL: http://hg.python.org/cpython