From 587e970be60ec14c017d5bfef93275f6a6c8dbac Mon Sep 17 00:00:00 2001 From: Andrew Kuchling Date: Tue, 12 Nov 2013 10:02:35 -0500 Subject: [PATCH] Update e-mail address --- Doc/library/gettext.rst | 4 ++-- Doc/library/pickle.rst | 2 +- Doc/library/smtpd.rst | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Doc/library/gettext.rst b/Doc/library/gettext.rst index 825311bfdc2..1efa54fcd8a 100644 --- a/Doc/library/gettext.rst +++ b/Doc/library/gettext.rst @@ -3,8 +3,8 @@ .. module:: gettext :synopsis: Multilingual internationalization services. -.. moduleauthor:: Barry A. Warsaw -.. sectionauthor:: Barry A. Warsaw +.. moduleauthor:: Barry A. Warsaw +.. sectionauthor:: Barry A. Warsaw **Source code:** :source:`Lib/gettext.py` diff --git a/Doc/library/pickle.rst b/Doc/library/pickle.rst index 0354a3013db..a99117c72a6 100644 --- a/Doc/library/pickle.rst +++ b/Doc/library/pickle.rst @@ -12,7 +12,7 @@ .. module:: pickle :synopsis: Convert Python objects to streams of bytes and back. .. sectionauthor:: Jim Kerr . -.. sectionauthor:: Barry Warsaw +.. sectionauthor:: Barry Warsaw The :mod:`pickle` module implements a fundamental, but powerful algorithm for diff --git a/Doc/library/smtpd.rst b/Doc/library/smtpd.rst index 2ca71ffc3cc..f3058187d45 100644 --- a/Doc/library/smtpd.rst +++ b/Doc/library/smtpd.rst @@ -4,7 +4,7 @@ .. module:: smtpd :synopsis: A SMTP server implementation in Python. -.. moduleauthor:: Barry Warsaw +.. moduleauthor:: Barry Warsaw .. sectionauthor:: Moshe Zadka **Source code:** :source:`Lib/smtpd.py`