8000 Update api.rst · zzKuRtzz/github3.py@dccade2 · GitHub
[go: up one dir, main page]

Skip to content

Commit dccade2

Browse files
Update api.rst
Call out proper module name (github3 vs github) in import statement
1 parent 83c4de6 commit dccade2

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