Skip to content

Commit 87f466f

Browse files
committed
bpo-35019: Fix whitespace
1 parent ba7c66a commit 87f466f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lib/test/test_asyncio/test_base_events.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ def test_ipaddr_info(self):
110110
(INET6, STREAM, TCP, '', ('::3', 1, 0, 0)),
111111
base_events._ipaddr_info('::3', 1, UNSPEC, STREAM, TCP))
112112

113-
# IPv6Address
113+
# IPv6Address
114114
self.assertEqual(
115115
(INET6, STREAM, TCP, '', ('::3', 1, 0, 0)),
116116
base_events._ipaddr_info(IPv6Address('::3'), 1, UNSPEC, STREAM, TCP))

0 commit comments

Comments
 (0)