Skip to content

Commit

Permalink
Merge pull request #3213 from uniontech-lilinjie/master
Browse files Browse the repository at this point in the history
fix typo
  • Loading branch information
bdarnell committed Jan 3, 2023
2 parents 711868d + d12dd74 commit e6db816
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tornado/test/netutil_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ class _ResolverTestMixin(object):
@gen_test
def test_localhost(self: typing.Any):
addrinfo = yield self.resolver.resolve("localhost", 80, socket.AF_UNSPEC)
# Most of the time localhost resovles to either the ipv4 loopback
# Most of the time localhost resolves to either the ipv4 loopback
# address alone, or ipv4+ipv6. But some versions of pycares will only
# return the ipv6 version, so we have to check for either one alone.
self.assertTrue(
Expand Down

0 comments on commit e6db816

Please sign in to comment.