PEP 621, 668: Fix name spelling (#3176)
This commit is contained in:
parent
e923c2a17d
commit
4b35f2cda9
|
@ -469,7 +469,7 @@ Example
|
|||
keywords = ["egg", "bacon", "sausage", "tomatoes", "Lobster Thermidor"]
|
||||
authors = [
|
||||
{email = "hi@pradyunsg.me"},
|
||||
{name = "Tzu-Ping Chung"}
|
||||
{name = "Tzu-ping Chung"}
|
||||
]
|
||||
maintainers = [
|
||||
{name = "Brett Cannon", email = "brett@python.org"}
|
||||
|
|
|
@ -4,7 +4,7 @@ Author: Geoffrey Thomas <geofft@ldpreload.com>,
|
|||
Matthias Klose <doko@ubuntu.com>,
|
||||
Filipe Laíns <lains@riseup.net>,
|
||||
Donald Stufft <donald@stufft.io>,
|
||||
Tzu-Ping Chung <uranusjr@gmail.com>,
|
||||
Tzu-ping Chung <uranusjr@gmail.com>,
|
||||
Stefano Rivera <stefanor@debian.org>,
|
||||
Elana Hashman <ehashman@debian.org>,
|
||||
Pradyun Gedam <pradyunsg@gmail.com>
|
||||
|
|
Loading…
Reference in New Issue