From: Skip Montanaro Date: Sun, 28 Jan 2024 14:51:25 +0000 (-0600) Subject: Correction Skip Montanaro's email address (#114677) X-Git-Tag: v3.13.0a4~289 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5ecfd750b4f511f270c38f0d748da9cffa279295;p=thirdparty%2FPython%2Fcpython.git Correction Skip Montanaro's email address (#114677) --- diff --git a/Doc/library/atexit.rst b/Doc/library/atexit.rst index 3dbef69580d9..43a8bd2d7cd1 100644 --- a/Doc/library/atexit.rst +++ b/Doc/library/atexit.rst @@ -4,8 +4,8 @@ .. module:: atexit :synopsis: Register and execute cleanup functions. -.. moduleauthor:: Skip Montanaro -.. sectionauthor:: Skip Montanaro +.. moduleauthor:: Skip Montanaro +.. sectionauthor:: Skip Montanaro -------------- diff --git a/Doc/library/csv.rst b/Doc/library/csv.rst index 7a5589e68b30..07f38f5690bb 100644 --- a/Doc/library/csv.rst +++ b/Doc/library/csv.rst @@ -4,7 +4,7 @@ .. module:: csv :synopsis: Write and read tabular data to and from delimited files. -.. sectionauthor:: Skip Montanaro +.. sectionauthor:: Skip Montanaro **Source code:** :source:`Lib/csv.py` diff --git a/Doc/library/readline.rst b/Doc/library/readline.rst index 1adafcaa02ea..54c6d9f3b32b 100644 --- a/Doc/library/readline.rst +++ b/Doc/library/readline.rst @@ -5,7 +5,7 @@ :platform: Unix :synopsis: GNU readline support for Python. -.. sectionauthor:: Skip Montanaro +.. sectionauthor:: Skip Montanaro -------------- diff --git a/Doc/library/urllib.robotparser.rst b/Doc/library/urllib.robotparser.rst index f063e463753e..b5a49d9c5923 100644 --- a/Doc/library/urllib.robotparser.rst +++ b/Doc/library/urllib.robotparser.rst @@ -5,7 +5,7 @@ :synopsis: Load a robots.txt file and answer questions about fetchability of other URLs. -.. sectionauthor:: Skip Montanaro +.. sectionauthor:: Skip Montanaro **Source code:** :source:`Lib/urllib/robotparser.py`