Skip to content

Commit

Permalink
fix: Spelling error fixed (#7370)
Browse files Browse the repository at this point in the history
  • Loading branch information
abdulaev-sh-m committed Jul 18, 2023
1 parent 44f322d commit 22c264c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aiohttp/payload.py
Original file line number Diff line number Diff line change
Expand Up @@ -416,7 +416,7 @@ def __init__(self, value: _AsyncIterable, *args: Any, **kwargs: Any) -> None:
if not isinstance(value, AsyncIterable):
raise TypeError(
"value argument must support "
"collections.abc.AsyncIterablebe interface, "
"collections.abc.AsyncIterable interface, "
"got {!r}".format(type(value))
)

Expand Down

0 comments on commit 22c264c

Please sign in to comment.