From 772a0148f554de2e6256488f474af199b65a7971 Mon Sep 17 00:00:00 2001 From: mone27 Date: Sun, 3 Nov 2019 16:02:48 +0100 Subject: [PATCH] Fixed typo --- modern_3_indexes.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modern_3_indexes.ipynb b/modern_3_indexes.ipynb index ad33cbd..0436b18 100644 --- a/modern_3_indexes.ipynb +++ b/modern_3_indexes.ipynb @@ -1576,7 +1576,7 @@ "metadata": {}, "source": [ "This lets you focus on doing the operation, rather than manually aligning things, ensuring that the arrays are the same length and in the same order.\n", - "By deault, missing values are inserted where the two don't align.\n", + "By default, missing values are inserted where the two don't align.\n", "You can use the method version of any binary operation to specify a `fill_value`" ] },