Skip to content

Commit 4208e32

Browse files
committed
Combine strings for clarity.
1 parent 9fd0e88 commit 4208e32

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

distutils/ccompiler.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -203,8 +203,7 @@ def _check_macro_definitions(self, definitions):
203203
):
204204
raise TypeError(
205205
f"invalid macro definition '{defn}': "
206-
"must be tuple (string,), (string, string), or "
207-
"(string, None)"
206+
"must be tuple (string,), (string, string), or (string, None)"
208207
)
209208

210209
# -- Bookkeeping methods -------------------------------------------

0 commit comments

Comments
 (0)