8000 Add missing word in two_factor_auth.rst by alexwlchan · Pull Request #668 · sigmavirus24/github3.py · GitHub
[go: up one dir, main page]

Skip to content

Add missing word in two_factor_auth.rst #668

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jan 17, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/examples/two_factor_auth.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.
0