mirror of
https://github.com/status-im/PyGithub.git
synced 2026-09-02 11:51:10 +00:00
fix misspelling: https://github.com/PyGithub/PyGithub/issues/363
This commit is contained in:
+1
-1
@@ -128,7 +128,7 @@ class Team(github.GithubObject.CompletableGithubObject):
|
||||
:rtype: None
|
||||
"""
|
||||
assert isinstance(member, github.NamedUser.NamedUser), member
|
||||
headers, data = self._requester.requestjsonandcheck(
|
||||
headers, data = self._requester.requestJsonAndCheck(
|
||||
"PUT",
|
||||
self.url + "/memberships/" + member._identity
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user