Skip to content
Snippets Groups Projects
Commit 2feac594 authored by Ian Cordasco's avatar Ian Cordasco
Browse files

Merge pull request #300 from msabramo/fix_typo

Fix typo: initializaiton => initialization
parents 52a3f30e a86df4f2
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