Skip to content

Commit fe63b4f

Browse files
committed
Remove extra newline
1 parent 6d97de4 commit fe63b4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/reshape/merge.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1723,7 +1723,7 @@ def _validate_validate_kwd(self, validate: str) -> None:
17231723
'- "many_to_many"\n'
17241724
'- "total"\n'
17251725
'- "left_total"\n'
1726-
'- "right_total"\n'
1726+
'- "right_total"'
17271727
)
17281728

17291729

0 commit comments

Comments
 (0)