Skip to content

Commit c78fcea

Browse files
meeseeksmachinejreback
authored andcommitted
Backport PR #27710: DOC: Fixed a typo in the roadmap.rst (the word "uses" appeared twice) (#27711)
1 parent e3f8348 commit c78fcea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/development/roadmap.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ Decoupling of indexing and internals
9696

9797
The code for getting and setting values in pandas' data structures needs refactoring.
9898
In particular, we must clearly separate code that converts keys (e.g., the argument
99-
to ``DataFrame.loc``) to positions from code that uses uses these positions to get
99+
to ``DataFrame.loc``) to positions from code that uses these positions to get
100100
or set values. This is related to the proposed BlockManager rewrite. Currently, the
101101
BlockManager sometimes uses label-based, rather than position-based, indexing.
102102
We propose that it should only work with positional indexing, and the translation of keys

0 commit comments

Comments
 (0)