Skip to content

Commit 2a0dc24

Browse files
Apply suggestions from Matt's code review
Co-authored-by: Matt Graham <[email protected]>
1 parent 018adb0 commit 2a0dc24

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ch01data/062csv.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -392,8 +392,8 @@
392392
"cell_type": "markdown",
393393
"metadata": {},
394394
"source": [
395-
"The Python standard library has a `csv` module. However, it's less powerful than the CSV capabilities in `numpy`,\n",
396-
"the main scientific python library for handling data. NumPy is destributed with Anaconda and Canopy, so we recommend use that when available."
395+
"The Python standard library `csv` module seen in the preceding section is less powerful than the CSV capabilities in NumPy,\n",
396+
"the main scientific Python library for handling data. NumPy is distributed with Anaconda and Canopy, so we recommend use that when available."
397397
]
398398
},
399399
{

0 commit comments

Comments
 (0)