Skip to content

Commit accf6db

Browse files
committed
Avoid trailing newline in stringprep.py
1 parent 6aeb041 commit accf6db

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

Lib/stringprep.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -461,4 +461,3 @@ def in_table_d1(code):
461461

462462
def in_table_d2(code):
463463
return unicodedata_320.bidirectional(code) == "L"
464-

Tools/unicode/mkstringprep.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -446,4 +446,4 @@ def in_table_d1(code):
446446
print("""
447447
def in_table_d2(code):
448448
return unicodedata_320.bidirectional(code) == "L"
449-
""")
449+
""", end="")

0 commit comments

Comments
 (0)