diff options
author | Skip Montanaro <skip.montanaro@gmail.com> | 2024-01-28 14:51:25 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-28 14:51:25 (GMT) |
commit | 5ecfd750b4f511f270c38f0d748da9cffa279295 (patch) | |
tree | 5ae08580d8c51d5edd03281bd70cc758e97c3703 | |
parent | a768e12f094a9b14a9a1680fb50330e1050716c4 (diff) | |
download | cpython-5ecfd750b4f511f270c38f0d748da9cffa279295.zip cpython-5ecfd750b4f511f270c38f0d748da9cffa279295.tar.gz cpython-5ecfd750b4f511f270c38f0d748da9cffa279295.tar.bz2 |
Correction Skip Montanaro's email address (#114677)
-rw-r--r-- | Doc/library/atexit.rst | 4 | ||||
-rw-r--r-- | Doc/library/csv.rst | 2 | ||||
-rw-r--r-- | Doc/library/readline.rst | 2 | ||||
-rw-r--r-- | Doc/library/urllib.robotparser.rst | 2 |
4 files changed, 5 insertions, 5 deletions
diff --git a/Doc/library/atexit.rst b/Doc/library/atexit.rst index 3dbef69..43a8bd2 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 <skip@pobox.com> -.. sectionauthor:: Skip Montanaro <skip@pobox.com> +.. moduleauthor:: Skip Montanaro <skip.montanaro@gmail.com> +.. sectionauthor:: Skip Montanaro <skip.montanaro@gmail.com> -------------- diff --git a/Doc/library/csv.rst b/Doc/library/csv.rst index 7a5589e..07f38f5 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 <skip@pobox.com> +.. sectionauthor:: Skip Montanaro <skip.montanaro@gmail.com> **Source code:** :source:`Lib/csv.py` diff --git a/Doc/library/readline.rst b/Doc/library/readline.rst index 1adafca..54c6d9f 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 <skip@pobox.com> +.. sectionauthor:: Skip Montanaro <skip.montanaro@gmail.com> -------------- diff --git a/Doc/library/urllib.robotparser.rst b/Doc/library/urllib.robotparser.rst index f063e46..b5a49d9 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 <skip@pobox.com> +.. sectionauthor:: Skip Montanaro <skip.montanaro@gmail.com> **Source code:** :source:`Lib/urllib/robotparser.py` |