We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52a3f30 commit a86df4fCopy full SHA for a86df4f
1 file changed
github3/github.py
@@ -1478,7 +1478,7 @@ def zen(self):
1478
class GitHubEnterprise(GitHub):
1479
"""For GitHub Enterprise users, this object will act as the public API to
1480
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
+ initialization and can provide the rest of the login details just like in
1482
the :class:`GitHub <GitHub>` object.
1483
1484
There is no need to provide the end of the url (e.g., /api/v3/), that will
0 commit comments