Skip to content

Commit 76ca20e

Browse files
authored
Merge pull request jakevdp#35 from pkitslaar/patch-1
Fixed typo
2 parents ae17e29 + 9e244dd commit 76ca20e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

notebooks/03.08-Aggregation-and-Grouping.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@
214214
"cell_type": "markdown",
215215
"metadata": {},
216216
"source": [
217-
"Earler, we explored some of the data aggregations available for NumPy arrays ([\"Aggregations: Min, Max, and Everything In Between\"](02.04-Computation-on-arrays-aggregates.ipynb)).\n",
217+
"Earlier, we explored some of the data aggregations available for NumPy arrays ([\"Aggregations: Min, Max, and Everything In Between\"](02.04-Computation-on-arrays-aggregates.ipynb)).\n",
218218
"As with a one-dimensional NumPy array, for a Pandas ``Series`` the aggregates return a single value:"
219219
]
220220
},

0 commit comments

Comments
 (0)