From 25cfec91d6d7bc8abd9f8cab323e53c8e4a3316c Mon Sep 17 00:00:00 2001 From: Alex Chan Date: Tue, 17 Jan 2017 16:35:51 +0000 Subject: [PATCH] Add missing word in two_factor_auth.rst --- docs/examples/two_factor_auth.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/examples/two_factor_auth.rst b/docs/examples/two_factor_auth.rst index 7a7d9edd1..b003160c4 100644 --- a/docs/examples/two_factor_auth.rst +++ b/docs/examples/two_factor_auth.rst @@ -33,5 +33,5 @@ For example: g = github3.login('sigmavirus24', 'my_password', two_factor_callback=my_two_factor_function) -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 code, github3.py will call ``my_two_factor_function`` which prompt you for it.