diff --git a/doc/examples/Authentication.rst b/doc/examples/Authentication.rst index 1e22e32de7..74e37c479e 100644 --- a/doc/examples/Authentication.rst +++ b/doc/examples/Authentication.rst @@ -9,6 +9,8 @@ All authentication methods require this import: .. code-block:: python >>> from github import Auth + >>> from github import Github + >>> from github import GithubIntegration Login authentication --------------------