Skip to content

Commit fbb99a3

Browse files
graingertpicnixz
andauthored
Apply suggestions from code review
Co-authored-by: Bénédikt Tran <[email protected]>
1 parent b92cbec commit fbb99a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/test_socket.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ def downgrade_malformed_data_warning():
211211
# and fix it properly.
212212
warnings.filterwarnings(
213213
action="always",
214-
message=r"received malformed or improperly-truncated ancillary data",
214+
message="received malformed or improperly-truncated ancillary data",
215215
category=RuntimeWarning,
216216
)
217217
yield

0 commit comments

Comments
 (0)