Skip to content
Snippets Groups Projects
Commit a86df4f2 authored by Marc Abramowitz's avatar Marc Abramowitz
Browse files

Fix typo: initializaiton => initialization

parent 52a3f30e
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -1478,7 +1478,7 @@ class GitHub(GitHubCore):
class GitHubEnterprise(GitHub):
"""For GitHub Enterprise users, this object will act as the public API to
your instance. You must provide the URL to your instance upon
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
the :class:`GitHub <GitHub>` object.
 
There is no need to provide the end of the url (e.g., /api/v3/), that will
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment