Skip to content

Commit 0d938a0

Browse files
committed
remove redundant message
1 parent f792b39 commit 0d938a0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pandas/core/indexing.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -614,8 +614,7 @@ def loc(self) -> _LocIndexer:
614614
**Assignment with Series**
615615
616616
When assigning a Series to .loc[row_indexer, col_indexer], pandas aligns
617-
the Series by index labels, not by order or position. This is consistent
618-
with pandas' general alignment behavior.
617+
the Series by index labels, not by order or position.
619618
620619
Series assignment with .loc and index alignment:
621620

0 commit comments

Comments
 (0)