diff options
| author | Gregory P. Smith <greg@mad-scientist.com> | 2009-01-11 17:53:33 +0000 |
|---|---|---|
| committer | Gregory P. Smith <greg@mad-scientist.com> | 2009-01-11 17:53:33 +0000 |
| commit | 26f8d1bbe2450776dbcfbe162ea30edec5583351 (patch) | |
| tree | 479aaf48c6ee21a4f773eecaf6b02d603f91ecc9 | |
| parent | 3c43fcba8b67ea0cec4a443c755ce5f25990a6cf (diff) | |
| download | cpython-git-26f8d1bbe2450776dbcfbe162ea30edec5583351.tar.gz | |
correct email address
| -rw-r--r-- | Doc/library/hashlib.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/library/hashlib.rst b/Doc/library/hashlib.rst index f544cea350..73e6e4ea10 100644 --- a/Doc/library/hashlib.rst +++ b/Doc/library/hashlib.rst @@ -4,8 +4,8 @@ .. module:: hashlib :synopsis: Secure hash and message digest algorithms. -.. moduleauthor:: Gregory P. Smith <greg@users.sourceforge.net> -.. sectionauthor:: Gregory P. Smith <greg@users.sourceforge.net> +.. moduleauthor:: Gregory P. Smith <greg@krypto.org> +.. sectionauthor:: Gregory P. Smith <greg@krypto.org> .. versionadded:: 2.5 |
