8000 Call out proper name of module in import statent · beccasjames/github3.py@0627749 · GitHub
[go: up one dir, main page]

Skip to content

Commit 0627749

Browse files
Call out proper name of module in import statent
added the missing "3" at the end of the import statement in the GitHub Enterprise section
1 parent b26841b commit 0627749

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/api.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ enterprise installation, e.g.
165165

166166
::
167167

168-
from github import GitHubEnterprise
168+
from github3 import GitHubEnterprise
169169

170170
g = GitHubEnterprise('https://github.examplesintl.com')
171171
stats = g.admin_stats('all')

0 commit comments

Comments
 (0)
0