10000 Add missing word in two_factor_auth.rst · AndrewOrr/github3.py@25cfec9 · GitHub
[go: up one dir, main page]

Skip to content

Commit 25cfec9

Browse files
authored
Add missing word in two_factor_auth.rst
1 parent b02e69e commit 25cfec9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/examples/two_factor_auth.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,5 @@ For example:
3333
g = github3.login('sigmavirus24', 'my_password',
3434
two_factor_callback=my_two_factor_function)
3535
36-
Then each the API tells github3.py it requires a Two Factor Authentication
36+
Then each time the API tells github3.py it requires a Two Factor Authentication
3737
code, github3.py will call ``my_two_factor_function`` which prompt you for it.

0 commit comments

Comments
 (0)
0