Skip to content

Commit

Permalink
doc: minor typo (#3554)
Browse files Browse the repository at this point in the history
  • Loading branch information
blueyed authored and webknjaz committed Jan 19, 2019
1 parent 2e30217 commit 8bfcf9a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions aiohttp/web_app.py
Original file line number Diff line number Diff line change
Expand Up @@ -160,9 +160,9 @@ def __iter__(self) -> Iterator[str]:
########
@property
def loop(self) -> asyncio.AbstractEventLoop:
# Technically the loop can be None
# Technically the loop can be None,
# but we mask it by explicit type cast
# to provide more convinient type annotation
# to provide more convenient type annotation.
warnings.warn("loop property is deprecated",
DeprecationWarning,
stacklevel=2)
Expand Down

0 comments on commit 8bfcf9a

Please sign in to comment.