Skip to content

Commit 9308c7c

Browse files
rdmontgomeryjreback
authored andcommitted
CLN GH23204 remove "not" typo in assertion (#23221)
1 parent cb8a67e commit 9308c7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/reshape/concat.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -446,7 +446,7 @@ def _get_new_axes(self):
446446
new_axes[i] = self._get_comb_axis(i)
447447
else:
448448
if len(self.join_axes) != ndim - 1:
449-
raise AssertionError("length of join_axes must not be equal "
449+
raise AssertionError("length of join_axes must be equal "
450450
"to {length}".format(length=ndim - 1))
451451

452452
# ufff...

0 commit comments

Comments
 (0)