bpo-35019: Fix whitespace

This commit is contained in:
Max Coplan 2020-06-10 14:01:41 -04:00
parent ba7c66a56f
commit 87f466f0e7
1 changed files with 1 additions and 1 deletions

View File

@ -110,7 +110,7 @@ class BaseEventTests(test_utils.TestCase):
(INET6, STREAM, TCP, '', ('::3', 1, 0, 0)),
base_events._ipaddr_info('::3', 1, UNSPEC, STREAM, TCP))
# IPv6Address
# IPv6Address
self.assertEqual(
(INET6, STREAM, TCP, '', ('::3', 1, 0, 0)),
base_events._ipaddr_info(IPv6Address('::3'), 1, UNSPEC, STREAM, TCP))