8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b02e69e + 25cfec9 commit 1edaca3Copy full SHA for 1edaca3
docs/examples/two_factor_auth.rst
@@ -33,5 +33,5 @@ For example:
33
g = github3.login('sigmavirus24', 'my_password',
34
two_factor_callback=my_two_factor_function)
35
36
-Then each the API tells github3.py it requires a Two Factor Authentication
+Then each time the API tells github3.py it requires a Two Factor Authentication
37
code, github3.py will call ``my_two_factor_function`` which prompt you for it.
0 commit comments