Skip to content

Commit

Permalink
Correction Skip Montanaro's email address (#114677)
Browse files Browse the repository at this point in the history
  • Loading branch information
smontanaro committed Jan 28, 2024
1 parent a768e12 commit 5ecfd75
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Doc/library/atexit.rst
Expand Up @@ -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>

--------------

Expand Down
2 changes: 1 addition & 1 deletion Doc/library/csv.rst
Expand Up @@ -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`

Expand Down
2 changes: 1 addition & 1 deletion Doc/library/readline.rst
Expand Up @@ -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>

--------------

Expand Down
2 changes: 1 addition & 1 deletion Doc/library/urllib.robotparser.rst
Expand Up @@ -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`

Expand Down

0 comments on commit 5ecfd75

Please sign in to comment.