diff options
author | Antoine Pitrou <solipsis@pitrou.net> | 2012-08-11 14:51:50 (GMT) |
---|---|---|
committer | Antoine Pitrou <solipsis@pitrou.net> | 2012-08-11 14:51:50 (GMT) |
commit | fbd4f80979c26f0cf6a3a8af9d8e4131cfeab5a7 (patch) | |
tree | e9ce6685e281eec26bbacd673ee1b1a4e04c8424 /Doc/library/unicodedata.rst | |
parent | cc98887e457c293c7be3b9cd9599c5334a97064b (diff) | |
download | cpython-fbd4f80979c26f0cf6a3a8af9d8e4131cfeab5a7.zip cpython-fbd4f80979c26f0cf6a3a8af9d8e4131cfeab5a7.tar.gz cpython-fbd4f80979c26f0cf6a3a8af9d8e4131cfeab5a7.tar.bz2 |
Issue #15444: Use proper spelling for non-ASCII contributor names.
Patch by Serhiy Storchaka.
Diffstat (limited to 'Doc/library/unicodedata.rst')
-rw-r--r-- | Doc/library/unicodedata.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/library/unicodedata.rst b/Doc/library/unicodedata.rst index 42400df..3b1bbe0 100644 --- a/Doc/library/unicodedata.rst +++ b/Doc/library/unicodedata.rst @@ -3,8 +3,8 @@ .. module:: unicodedata :synopsis: Access the Unicode Database. -.. moduleauthor:: Marc-Andre Lemburg <mal@lemburg.com> -.. sectionauthor:: Marc-Andre Lemburg <mal@lemburg.com> +.. moduleauthor:: Marc-André Lemburg <mal@lemburg.com> +.. sectionauthor:: Marc-André Lemburg <mal@lemburg.com> .. sectionauthor:: Martin v. Löwis <martin@v.loewis.de> |