Skip to content

Commit 2cb36bb

Browse files
ohad83jreback
authored andcommitted
DOC - Type fix
1 parent 102b82a commit 2cb36bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/series.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3515,7 +3515,7 @@ def map(self, arg, na_action=None):
35153515
35163516
Parameters
35173517
----------
3518-
arg : function, colletions.abc.Mapping subclass or Series
3518+
arg : function, collections.abc.Mapping subclass or Series
35193519
Mapping correspondence.
35203520
na_action : {None, 'ignore'}, default None
35213521
If 'ignore', propagate NaN values, without passing them to the

0 commit comments

Comments
 (0)