Skip to content

Commit e88431b

Browse files
committed
Infra: Escape contributor name using zero-width space
The initial "A." makes ReStructured Text think it's a beginning of an ordered list, with headings A., B., C., etc. The result looks bad and is semantically wrong. The standard way to escape is using a backslash, "A\.". This looks bad when viewing the source. Another way is to use a zero-width space. This is invisible when rendered and in some editors, but more paranoid text-oriented tools render it as "<U+200B>A." (less) or "<200b>A." (vim). But, it's outside the name, which makes it a better solution than "A\."
1 parent 2f3cad3 commit e88431b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ These very kind people have supplied patches or suggested changes:
102102

103103
These people contributed to Python 3 porting (at https://github.com/pyldap/):
104104

105-
* A. Karl Kornel
105+
* A. Karl Kornel
106106
* Alex Willmer
107107
* Aymeric Augustin
108108
* Bradley Baetz

0 commit comments

Comments
 (0)