You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: 1-foundations/4-api-and-dataviz/foundations-s4-api.ipynb
+12-5Lines changed: 12 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -84,7 +84,7 @@
84
84
"`requests.get(my_url)`\n",
85
85
"\n",
86
86
"- `my_url` is a string with the URL address you want to access\n",
87
-
"- the `get()` method of `requests` uses your internet connection to enter a URL address in the internet and obtain a response with information from it\n",
87
+
"- the `get()` commands of `requests` uses your internet connection to enter a URL address in the internet and obtain a response with information from it\n",
88
88
"- you can save the response in a Python variable this way:\n",
89
89
"\n",
90
90
"`response = requests.get(my_url)`\n",
@@ -396,7 +396,7 @@
396
396
"cell_type": "markdown",
397
397
"metadata": {},
398
398
"source": [
399
-
"Remove the first line of the followin block and run it to verify that your solution works. It should not return an error."
399
+
"Remove the first line of the following block and run it to verify that your solution works. It should not return an error."
400
400
]
401
401
},
402
402
{
@@ -542,7 +542,7 @@
542
542
"metadata": {},
543
543
"outputs": [],
544
544
"source": [
545
-
"# == DO NOT MOFIDY THIS FUNCTION BUT THE NEXT ==\n",
545
+
"# == DO NOT MODIFY THIS FUNCTION BUT THE NEXT ==\n",
0 commit comments