[Python-checkins] cpython (3.2): drop email (closes #16857)

benjamin.peterson python-checkins at python.org
Fri Jan 4 05:35:25 CET 2013


http://hg.python.org/cpython/rev/c7ae3772b4d4
changeset:   81273:c7ae3772b4d4
branch:      3.2
parent:      80949:74da2dbb5e50
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


More information about the Python-checkins mailing list