Skip to content

Commit 293337f

Browse files
committed
Type fixes
1 parent c56782b commit 293337f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/asyncio/tools.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
"""Tool to analyze tasks running in a asyncio script."""
1+
"""Tools to analyze tasks running in asyncio programs."""
22

33
from dataclasses import dataclass
44
from collections import defaultdict

0 commit comments

Comments
 (0)