Skip to content

Commit

Permalink
Fix line 276 typo (#3871)
Browse files Browse the repository at this point in the history
  • Loading branch information
xiangxli authored and asvetlov committed Jun 26, 2019
1 parent ac81c18 commit 5c208cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aiohttp/web.py
Expand Up @@ -273,7 +273,7 @@ async def _run_app(app: Union[Application, Awaitable[Application]], *,
handle_signals: bool=True,
reuse_address: Optional[bool]=None,
reuse_port: Optional[bool]=None) -> None:
# A internal functio to actually do all dirty job for application running
# A internal function to actually do all dirty job for application running
if asyncio.iscoroutine(app):
app = await app # type: ignore

Expand Down

0 comments on commit 5c208cd

Please sign in to comment.