10000 Fix JSON format errors. · cpennington/github3.py@18210d2 · GitHub
[go: up one dir, main page]

Skip to content

Commit 18210d2

Browse files
committed
Fix JSON format errors.
1 parent f3aafe7 commit 18210d2

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

example-notebooks/iterating_over_public_gists.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@
100100
"cell_type": "markdown",
101101
"metadata": {},
102102
"source": [
103-
"If you omit the number argument, github3.py will attempt to iterate over all public gists on GitHub. Unfortunately with a ratelimit of 60 unauthenticated requests per hour you will not be able to list them quickly. "To increase your ratelimit you would have to do the following (or something similar)."
103+
"If you omit the number argument, github3.py will attempt to iterate over all public gists on GitHub. Unfortunately with a ratelimit of 60 unauthenticated requests per hour you will not be able to list them quickly. To increase your ratelimit you would have to do the following (or something similar)."
104104
]
105105
},
106106
{

example-notebooks/two_factor_authentication.ipynb

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -100,12 +100,11 @@
100100
"cell_type": "markdown",
101101
"metadata": {},
102102
"source": [
103-
"The call to `authorize` will create an `Authorization` object which has a token. With the
104-
object 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."
103+
"The call to `authorize` will create an `Authorization` object which has a token. With the object 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."
105104
]
106105
}
107106
],
108107
"metadata": {}
109108
}
110109
]
111-
}
110+
}

0 commit comments

Comments
 (0)
0