Skip to content

Commit a2b8cff

Browse files
committed
fix typo
1 parent 75b2b9c commit a2b8cff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/algorithms.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1640,7 +1640,7 @@ def map_array(
16401640
If 'ignore', propagate NA values, without passing them to the
16411641
mapping correspondence. If 'raise', an error is raised when the
16421642
array contains non-NA values which do not exist as keys in the mapping
1643-
correspondance (does not apply to function & dict-like mappers with
1643+
correspondence (does not apply to function & dict-like mappers with
16441644
a '__missing__' attribute).
16451645
16461646
Returns

0 commit comments

Comments
 (0)