Skip to content

Commit ff9d73d

Browse files
benjellostangirala
authored andcommitted
DOC: Fix typo in merge doc for validate kwarg (pandas-dev#16595)
1 parent dd930d6 commit ff9d73d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/frame.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@
184184
dataset.
185185
* "many_to_one" or "m:1": check if merge keys are unique in right
186186
dataset.
187-
* "many_to_may" or "m:m": allowed, but does not result in checks.
187+
* "many_to_many" or "m:m": allowed, but does not result in checks.
188188
189189
.. versionadded:: 0.21.0
190190

0 commit comments

Comments
 (0)