Skip to content

Commit b5f7a32

Browse files
Update see also method names
1 parent 424c7e4 commit b5f7a32

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pandas/core/indexes/base.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -6076,8 +6076,8 @@ def map(self, mapper, na_action: Literal["ignore"] | None = None):
60766076
60776077
See Also
60786078
--------
6079-
Series.apply : Invoke function on values of Series.
6080-
Series.replace : Replace values given in to_replace with value.
6079+
Index.apply : Invoke function on values of Series.
6080+
Index.replace : Replace values given in to_replace with value.
60816081
60826082
Examples
60836083
--------

0 commit comments

Comments
 (0)