Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
fafhrd91 committed Mar 16, 2017
1 parent 250994c commit aec99fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/client.rst
Original file line number Diff line number Diff line change
Expand Up @@ -671,7 +671,7 @@ By default all IO operations have 5min timeout. The timeout may be
overridden by passing ``timeout`` parameter into
:meth:`ClientSession.get` and family::

aync with session.get('https://github.com', timeout=60) as r:
async with session.get('https://github.com', timeout=60) as r:
...

``None`` or ``0`` disables timeout check.
Expand Down

0 comments on commit aec99fa

Please sign in to comment.