Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
fafhrd91 committed Jan 19, 2015
1 parent 97f93c2 commit 45157ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aiohttp/worker.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""Async gunicorn worker for auihttp.wen.Application."""
"""Async gunicorn worker for aiohttp.web"""
__all__ = ['GunicornWebWorker']

import asyncio
Expand Down

0 comments on commit 45157ec

Please sign in to comment.