Skip to content

Commit 15e9d54

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 7bb7cfe commit 15e9d54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/posts/flexible-indexing/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ To extract the answer in code we can loop over _all_ the values of `X` to find `
3535

3636
> 💡 **Note:**
3737
> With only 6 coordinates, we easily see `X[3]=8`, but for large datasets we should loop over _all_ the coordinates to ensure there are no repeated values!
38-
This initial pass over all the coordinates to build an _index_ takes some time and may not always be desireable.
38+
> This initial pass over all the coordinates to build an _index_ takes some time and may not always be desireable.
3939
4040
## Pandas.Index
4141

0 commit comments

Comments
 (0)