From c4203afc77ea6981e131248e96d3d4060d0c72b7 Mon Sep 17 00:00:00 2001 From: Anderson Banihirwe Date: Wed, 21 Sep 2022 12:39:36 -0600 Subject: [PATCH] fix typo --- fundamentals/01_datastructures.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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`." ] },