mirror of
https://github.com/status-im/PyGithub.git
synced 2026-09-02 03:41:08 +00:00
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:
@@ -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):
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user