Skip to content

Commit cf0cfd0

Browse files
committed
Typos!
1 parent da358cc commit cf0cfd0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Lib/test/test_socket.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -167,10 +167,10 @@ def socket_setdefaulttimeout(timeout):
167167

168168

169169
@contextlib.contextmanager
170-
def catch_malformed_data_warning(quite=False):
170+
def catch_malformed_data_warning(quiet=False):
171171
with warnings_helper.check_warnings(
172172
("received malformed or improperly-truncated ancillary data", RuntimeWarning),
173-
quite=quite,
173+
quiet=quiet,
174174
):
175175
yield
176176

0 commit comments

Comments
 (0)