From 851ea1d1c71ead6d820b92e92b6302c94f8bb711 Mon Sep 17 00:00:00 2001 From: yuanx749 Date: Sat, 27 Aug 2022 01:12:19 +0800 Subject: [PATCH] Fix typo --- pandas/core/reshape/merge.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandas/core/reshape/merge.py b/pandas/core/reshape/merge.py index 159ab33a8a04f..5052c27ea47f3 100644 --- a/pandas/core/reshape/merge.py +++ b/pandas/core/reshape/merge.py @@ -242,7 +242,7 @@ def merge_ordered( Returns ------- DataFrame - The merged DataFrame output type will the be same as + The merged DataFrame output type will be the same as 'left', if it is a subclass of DataFrame. See Also