Skip to content

Commit 17460b7

Browse files
committed
DOC - Type fix
1 parent 08d6f90 commit 17460b7

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
@@ -3618,7 +3618,7 @@ def map(self, arg, na_action=None):
36183618
36193619
Parameters
36203620
----------
3621-
arg : function, colletions.abc.Mapping subclass or Series
3621+
arg : function, collections.abc.Mapping subclass or Series
36223622
Mapping correspondence.
36233623
na_action : {None, 'ignore'}, default None
36243624
If 'ignore', propagate NaN values, without passing them to the

0 commit comments

Comments
 (0)