Fix typo in docstring

This commit is contained in:
Bruno Alla 2020-09-04 17:27:09 +02:00
parent 2227fe004c
commit b78fbb1a25

View File

@ -13,7 +13,7 @@ def main() -> None:
"""
Script entry point.
1. Fetch recent contribtors from the Github API
1. Fetch recent contributors from the Github API
2. Add missing ones to the JSON file
3. Generate Markdown from JSON file
"""