Skip to content

Commit f919a67

Browse files
committed
Update web-apis.ipynb
1 parent 9c6040f commit f919a67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/web-apis.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -570,7 +570,7 @@
570570
"source": [
571571
"## After exercises: Saving retrieved data to disk\n",
572572
"\n",
573-
"Usually, we want to save the retrieved data to disk for later use. For example, we might collect data for one year and later analyze it for a longitudal study.\n",
573+
"Usually, we want to save the retrieved data to disk for later use. For example, we might collect data for one year and later analyze it for a longitudinal study.\n",
574574
"\n",
575575
"To save the retrieved JSON objects to disk, it is practical to use the JSONLINES file format. The JSONLINES format contains a single valid JSON object on each line. This is preferable to saving each object as its own file since we don't, in general, want to end up with excessive amounts of individual files (say, hundreds of thousands or millions).\n",
576576
"\n",

0 commit comments

Comments
 (0)