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/c-api | |
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/c-api')
-rw-r--r-- | Doc/c-api/unicode.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/c-api/unicode.rst b/Doc/c-api/unicode.rst index 3500654..d1b57d9 100644 --- a/Doc/c-api/unicode.rst +++ b/Doc/c-api/unicode.rst @@ -5,7 +5,7 @@ Unicode Objects and Codecs -------------------------- -.. sectionauthor:: Marc-Andre Lemburg <mal@lemburg.com> +.. sectionauthor:: Marc-André Lemburg <mal@lemburg.com> Unicode Objects ^^^^^^^^^^^^^^^ |