Skip to content

Commit ffa6491

Browse files
MKhalusovaquintusdias
authored andcommitted
Fixed a typo (the word "uses" appeared twice) (pandas-dev#27710)
1 parent 565df8d commit ffa6491

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/development/roadmap.rst

Lines changed: 1 addition & 1 deletion
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)