Skip to content

Commit 98bd791

Browse files
committed
DOC - Type fix
1 parent b7eb3bb commit 98bd791

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
@@ -3421,7 +3421,7 @@ def map(self, arg, na_action=None):
34213421
34223422
Parameters
34233423
----------
3424-
arg : function, colletions.abc.Mapping subclass or Series
3424+
arg : function, collections.abc.Mapping subclass or Series
34253425
Mapping correspondence.
34263426
na_action : {None, 'ignore'}, default None
34273427
If 'ignore', propagate NaN values, without passing them to the

0 commit comments

Comments
 (0)