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