Skip to content

Commit 22c264c

Browse files
fix: Spelling error fixed (#7370)
1 parent 44f322d commit 22c264c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aiohttp/payload.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -416,7 +416,7 @@ def __init__(self, value: _AsyncIterable, *args: Any, **kwargs: Any) -> None:
416416
if not isinstance(value, AsyncIterable):
417417
raise TypeError(
418418
"value argument must support "
419-
"collections.abc.AsyncIterablebe interface, "
419+
"collections.abc.AsyncIterable interface, "
420420
"got {!r}".format(type(value))
421421
)
422422

0 commit comments

Comments
 (0)