8000 Address @esacteksab's feedback · etymancer/github3.py@89f26dc · GitHub
[go: up one dir, main page]

Skip to content

Commit 89f26dc

Browse files
committed
Address @esacteksab's feedback
1 parent 671d4a1 commit 89f26dc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

example-notebooks/two_factor_authentication.ipynb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"metadata": {
33
"name": "",
4-
"signature": "sha256:d38420ae020c12c6526e5f233904ef68f88783f31ada12a2a091b4d23240e68f"
4+
"signature": "sha256:27a49a901befc18721b9ba5dc6be577023c2a672866235f26312f04f927faaa0"
55
},
66
"nbformat": 3,
77
"nbformat_minor": 0,
@@ -48,7 +48,7 @@
4848
"source": [
4949
"This handler will work on Python 2 and Python 3. (In Python 2, to prompt the user, you want to use `raw_input` but that was replaced in Python 3 with `input`.)\n",
5050
"\n",
51-
"This will simply ask the user to type in their token and then return it to github3.py. Naturally if you're developing a GUI, you want to write a different handler, but that is out of the scope of this example.\n",
51+
"This will simply ask the user to type in their token and then return it to github3.py. If you're developing a GUI, you will want to write a different handler, but that is out of the scope of this example.\n",
5252
"\n",
5353
"To use the handler above you can pass it to the `github3.login` function."
5454
]
@@ -100,7 +100,7 @@
100100
"cell_type": "markdown",
101101
"metadata": {},
102102
"source": [
103-
"The call to `authorize` will create an `Authorization` object which has a token. With that you can pass the token to `login` and not have to worry about having to supply tokens generated by an mobile application or sent to your phone."
103+
"The call to `authorize` will create an `Authorization` object which has a token. With that you can pass the token to `login` and not have to worry about having to supply tokens generated by a mobile application or sent to your phone."
104104
]
105105
}
106106
],

0 commit comments

Comments
 (0)
0