Issue #15444: Use proper spelling for non-ASCII contributor names.
Patch by Serhiy Storchaka.
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>