Skip to content

Commit ed86893

Browse files
fix some typos
1 parent e340b8a commit ed86893

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

ch01data/061internet.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"cell_type": "markdown",
4141
"metadata": {},
4242
"source": [
43-
"This can be really powerful if we want to, for example, do automated metaanalysis across a selection of research papers."
43+
"This can be really powerful if we want to, for example, perform an automated meta-analysis across a selection of research papers."
4444
]
4545
},
4646
{

ch01data/064JsonYamlXML.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -403,7 +403,7 @@
403403
],
404404
"metadata": {
405405
"jekyll": {
406-
"display_name": "Structured Datafiles"
406+
"display_name": "Structured data files"
407407
},
408408
"kernelspec": {
409409
"display_name": "Python 3",

ch01data/070hdf5.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"source": [
77
"## Scientific File Formats\n",
88
"\n",
9-
"CSV, JSON and YAML are very common formats for representing general-purpose data, but their simplicity sometimes makes then inconvenient for scientific applications. A common drawback, for example, is that reading very large amounts of data from a CSV or JSON file can be inefficient. This has led to to the use of more targetted file formats which better address scientists' requirements for storing, accessing or manipulating data.\n",
9+
"CSV, JSON and YAML are very common formats for representing general-purpose data, but their simplicity sometimes makes then inconvenient for scientific applications. A common drawback, for example, is that reading very large amounts of data from a CSV or JSON file can be inefficient. This has led to to the use of more targeted file formats which better address scientists' requirements for storing, accessing or manipulating data.\n",
1010
"\n",
1111
"In this section, we will see an example of such a file format, and how to interact with files written in it programmatically."
1212
]

ch01data/084Boids.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72284,7 +72284,7 @@
7228472284
"cell_type": "markdown",
7228572285
"metadata": {},
7228672286
"source": [
72287-
"Hopefully the power of NumPy should be pretty clear now. This would be **enormously slower** and, I think, harder to understand using traditional lists."
72287+
"Hopefully the power of NumPy should be pretty clear now. This would be **enormously slower** and harder to understand using traditional lists."
7228872288
]
7228972289
}
7229072290
],

0 commit comments

Comments
 (0)