Fix typo in pep-0512.txt (#172)

This commit is contained in:
Alex Chan 2017-01-04 22:37:23 +00:00 committed by Zachary Ware
parent 6f0928ebfd
commit 043254687a
1 changed files with 1 additions and 1 deletions

View File

@ -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.