Skip to content

Commit e3d3653

Browse files
authored
Fix imports in authentication docs (#2923)
1 parent c788985 commit e3d3653

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

doc/examples/Authentication.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ All authentication methods require this import:
99
.. code-block:: python
1010
1111
>>> from github import Auth
12+
>>> from github import Github
13+
>>> from github import GithubIntegration
1214
1315
Login authentication
1416
--------------------

0 commit comments

Comments
 (0)