Correct typos found with codespell (#1467)

Correct misspellings and typos located using the codespell tool. Add
codespell to pre-commit to avoid further regressions.

Fixes #1459
This commit is contained in:
Steve Kowalik
2020-04-16 13:25:01 +10:00
committed by GitHub
parent 0ebdbb2675
commit 83bef0f7b2
8 changed files with 19 additions and 11 deletions
+1 -1
View File
@@ -112,7 +112,7 @@ class ProjectCard(github.GithubObject.CompletableGithubObject):
return self._url.value
# Note that the content_url for any card will be an "issue" URL, from
# which you can retrieve either an Issue or a PullRequest. Unforunately
# which you can retrieve either an Issue or a PullRequest. Unfortunately
# the API doesn't make it clear which you are dealing with.
def get_content(self, content_type=github.GithubObject.NotSet):
"""