Skip to content

Commit 52c2964

Browse files
Update pandas/core/indexes/base.py
Co-authored-by: Matthew Roeschke <[email protected]>
1 parent 684b79b commit 52c2964

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pandas/core/indexes/base.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6634,8 +6634,7 @@ def insert(self, loc: int, item) -> Index:
66346634
Parameters
66356635
----------
66366636
loc : int
6637-
An integer representing the location where the new item will be inserted
6638-
into the Index.
6637+
The integer location where the new item will be inserted.
66396638
item : object
66406639
The new item to be inserted into the Index.
66416640

0 commit comments

Comments
 (0)