Skip to content

Commit

Permalink
Typos!
Browse files Browse the repository at this point in the history
  • Loading branch information
sobolevn committed Sep 28, 2023
1 parent da358cc commit cf0cfd0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Lib/test/test_socket.py
Original file line number Diff line number Diff line change
Expand Up @@ -167,10 +167,10 @@ def socket_setdefaulttimeout(timeout):


@contextlib.contextmanager
def catch_malformed_data_warning(quite=False):
def catch_malformed_data_warning(quiet=False):
with warnings_helper.check_warnings(
("received malformed or improperly-truncated ancillary data", RuntimeWarning),
quite=quite,
quiet=quiet,
):
yield

Expand Down

0 comments on commit cf0cfd0

Please sign in to comment.