Skip to content

Commit 8fd7c26

Browse files
akoselTomAugspurger
authored andcommitted
DOC: fix typo in Dataframe.loc[] docstring (pandas-dev#20350)
1 parent 77229f7 commit 8fd7c26

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pandas/core/indexing.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -1439,8 +1439,8 @@ class _LocIndexer(_LocationIndexer):
14391439
14401440
See Also
14411441
--------
1442-
DateFrame.at : Access a single value for a row/column label pair
1443-
DateFrame.iloc : Access group of rows and columns by integer position(s)
1442+
DataFrame.at : Access a single value for a row/column label pair
1443+
DataFrame.iloc : Access group of rows and columns by integer position(s)
14441444
DataFrame.xs : Returns a cross-section (row(s) or column(s)) from the
14451445
Series/DataFrame.
14461446
Series.loc : Access group of values using labels

0 commit comments

Comments
 (0)