diff --git a/fundamentals/01_datastructures.ipynb b/fundamentals/01_datastructures.ipynb index 089395d3..ef063702 100644 --- a/fundamentals/01_datastructures.ipynb +++ b/fundamentals/01_datastructures.ipynb @@ -236,7 +236,7 @@ "source": [ "#### String representations\n", "\n", - "We can use the same two respresentations (`\"html\"`, which is only available in\n", + "We can use the same two representations (`\"html\"`, which is only available in\n", "notebooks, and `\"text\"`) to display our `DataArray`." ] },