Skip to content

Commit

Permalink
Merge pull request #1719 from c-bata/fix-typo
Browse files Browse the repository at this point in the history
Fix typo at "TimeOuts" section in client.rst
  • Loading branch information
fafhrd91 authored Mar 16, 2017
2 parents 8482f00 + 533aa06 commit 0c4efcf
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 @@ -681,7 +681,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 0c4efcf

Please sign in to comment.