Skip to content

Commit d44cdf0

Browse files
shorten docstring
1 parent 7cf9eb3 commit d44cdf0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pandas/core/reshape/merge.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -165,8 +165,7 @@ def merge_ordered(left, right, on=None,
165165
`left` and `right` respectively. Pass a value of `None` instead
166166
of a string to indicate that the column name from `left` or
167167
`right` should be left as-is, with no suffix. At least one of the
168-
values must not be None. A combination of `''` and `None` is will
169-
raise error for columns which type is string
168+
values must not be None.
170169
how : {'left', 'right', 'outer', 'inner'}, default 'outer'
171170
* left: use only keys from left frame (SQL: left outer join)
172171
* right: use only keys from right frame (SQL: right outer join)

0 commit comments

Comments
 (0)