8000 Merge pull request #388 from jonathanwcrane/patch-1 · nds/github3.py@749656b · GitHub
[go: up one dir, main page]

Skip to content

Commit 749656b

Browse files
committed
Merge pull request sigmavirus24#388 from jonathanwcrane/patch-1
Call out proper name of module in import statent
2 parents b26841b + 0627749 commit 749656b

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