8000 Merge pull request #300 from msabramo/fix_typo · simahawk/github3.py@2feac59 · GitHub
[go: up one dir, main page]

Skip to content

Commit 2feac59

Browse files
committed
Merge pull request sigmavirus24#300 from msabramo/fix_typo
Fix typo: initializaiton => initialization
2 parents 52a3f30 + a86df4f commit 2feac59

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
 (0)
0