8000 Fix typo: initializaiton => initialization · ueg1990/github3.py@a86df4f · GitHub
[go: up one dir, main page]

Skip to content

Commit a86df4f

Browse files
committed
Fix typo: initializaiton => initialization
1 parent 52a3f30 commit a86df4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

github3/github.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1478,7 +1478,7 @@ def zen(self):
14781478
class GitHubEnterprise(GitHub):
14791479
"""For GitHub Enterprise users, this object will act as the public API to
14801480
your instance. You must provide the URL to your instance upon
1481-
initializaiton and can provide the rest of the login details just like in
1481+
initialization and can provide the rest of the login details just like in
14821482
the :class:`GitHub <GitHub>` object.
14831483
14841484
There is no need to provide the end of the url (e.g., /api/v3/), that will

0 commit comments

Comments
2FB1  (0)
0