Skip to content

Commit 68c1b1e

Browse files
width iso. literal
1 parent 3e24974 commit 68c1b1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tools/clinic/clinic.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ def wrapped_c_string_literal(
246246
add('"')
247247
return out()
248248
sz += len(word) + 1
249-
if sz > 72:
249+
if sz > width:
250250
break
251251
add(word)
252252
del words[0]

0 commit comments

Comments
 (0)