Skip to content

Commit

Permalink
Merge branch '2.3'
Browse files Browse the repository at this point in the history
  • Loading branch information
asvetlov committed Dec 24, 2017
2 parents 6650b35 + 144e566 commit 2c169cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/client_reference.rst
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Usage example::
print(html)

loop = asyncio.get_event_loop()
loop.run_until_complete(main(loop))
loop.run_until_complete(main())


The client session supports the context manager protocol for self closing.
Expand Down

0 comments on commit 2c169cb

Please sign in to comment.