Skip to content

Commit 4c4d3a5

Browse files
author
MarcoGorelli
committed
[skip ci] fix typo
1 parent 83204b5 commit 4c4d3a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/pandas/pdeps/0005-no-default-index-mode.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ accepted. For example, ``NoRowIndex`` would not necessarily need to subclass
278278
If someone does not want to think about row labels and starts off
279279
with a ``RangeIndex``, they'll very quickly lose it.
280280

281-
**Q: Are not indices really powerful?**
281+
**Q: Are indices not really powerful?**
282282

283283
**A:** Yes! And they're also confusing to many users, even experienced developers.
284284
It's fairly common to see pandas code with ``.reset_index`` scattered around every

0 commit comments

Comments
 (0)