Skip to content

Commit 19a9651

Browse files
committed
Typo
1 parent 2a3f42d commit 19a9651

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

asyncio-walkthrough/asyncq.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ async def seconds() -> float:
1616
return time.perf_counter()
1717

1818

19-
async def randint(a: int, b" int) -> int:
19+
async def randint(a: int, b: int) -> int:
2020
return random.randint(a, b)
2121

2222

0 commit comments

Comments
 (0)