Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 278913d

Browse files
committed
Remove unnecessary '+' for string concatenation
1 parent 98b9a8d commit 278913d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/rcsetup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -930,7 +930,7 @@ def _validate_linestyle(ls):
930930
# (called inside the instance of validate_nseq_float).
931931
pass
932932

933-
raise ValueError("linestyle must be a valid string or " +
933+
raise ValueError("linestyle must be a valid string or "
934934
"an even-length sequence of floats.")
935935

936936

0 commit comments

Comments
 (0)