Skip to content

Commit 06f07d2

Browse files
committed
Fix variable name
1 parent 3384c1f commit 06f07d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aiohttp/connector.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ def close(self):
128128
@staticmethod
129129
def _do_close(conns):
130130
for key, data in conns.items():
131-
for transport, proto, td in data:
131+
for transport, proto, t0 in data:
132132
transport.close()
133133

134134
conns.clear()

0 commit comments

Comments
 (0)