8000 Merge pull request #668 from alexwlchan/patch-1 · pythonthings/github3.py@1edaca3 · GitHub
[go: up one dir, main page]

Skip to content
8000

Commit 1edaca3

Browse files
authored
Merge pull request sigmavirus24#668 from alexwlchan/patch-1
Add missing word in two_factor_auth.rst
2 parents b02e69e + 25cfec9 commit 1edaca3

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