Fix typo in pep-0512.txt (#172)
This commit is contained in:
parent
6f0928ebfd
commit
043254687a
|
@ -199,7 +199,7 @@ username corresponds to someone who has signed the CLA. Making a GET
|
|||
request to e.g.
|
||||
http://bugs.python.org/user?@template=clacheck&github_names=brettcannon,notanuser
|
||||
returns a JSON dictionary with the keys of the usernames requested
|
||||
and a ``true`` value if they have sigend the CLA, ``false`` if they
|
||||
and a ``true`` value if they have signed the CLA, ``false`` if they
|
||||
have not, and ``null`` if no corresponding GitHub username was found.
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue