diff options
author | Benjamin Peterson <benjamin@python.org> | 2009-05-02 20:26:53 +0000 |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2009-05-02 20:26:53 +0000 |
commit | 2b42c29a5040b39e481d976f4ec3d6aa425ab4cc (patch) | |
tree | 49970e919ec3dd70c360348ee5de26a056ce7a81 | |
parent | e2fb98f467c05e089a177564d3077e888498a102 (diff) | |
download | cpython-git-2b42c29a5040b39e481d976f4ec3d6aa425ab4cc.tar.gz |
add myself
-rw-r--r-- | Doc/library/2to3.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Doc/library/2to3.rst b/Doc/library/2to3.rst index 90284afa1c..9b2b4e41fb 100644 --- a/Doc/library/2to3.rst +++ b/Doc/library/2to3.rst @@ -352,6 +352,7 @@ and off individually. They are described here in more detail. :synopsis: the 2to3 library .. moduleauthor:: Guido van Rossum .. moduleauthor:: Collin Winter +.. moduleauthor:: Benjamin Peterson <benjamin@python.org> .. note:: |