Skip to content

Commit 45157ec

Browse files
committed
Fix typo
1 parent 97f93c2 commit 45157ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aiohttp/worker.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
"""Async gunicorn worker for auihttp.wen.Application."""
1+
"""Async gunicorn worker for aiohttp.web"""
22
__all__ = ['GunicornWebWorker']
33

44
import asyncio

0 commit comments

Comments
 (0)