summaryrefslogtreecommitdiffstats
path: root/Doc/library/unicodedata.rst
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2012-08-11 14:54:27 (GMT)
committerAntoine Pitrou <solipsis@pitrou.net>2012-08-11 14:54:27 (GMT)
commitb79be95dacc9824a70952e017ecbb87ce5575f6e (patch)
treefe5fab87709157be887e62323d9e2e8135ef0660 /Doc/library/unicodedata.rst
parent01cac336200c33a33572308338809aea7a63c51b (diff)
parentfbd4f80979c26f0cf6a3a8af9d8e4131cfeab5a7 (diff)
downloadcpython-b79be95dacc9824a70952e017ecbb87ce5575f6e.zip
cpython-b79be95dacc9824a70952e017ecbb87ce5575f6e.tar.gz
cpython-b79be95dacc9824a70952e017ecbb87ce5575f6e.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.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/library/unicodedata.rst b/Doc/library/unicodedata.rst
index b735a69..3787c36 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>