Skip to content

Commit

Permalink
Fix example in client_quickstart.rst (#6363)
Browse files Browse the repository at this point in the history
Co-authored-by: Andrew Svetlov <andrew.svetlov@gmail.com>
  • Loading branch information
Se̐rhii Khaly̐mon and asvetlov committed Dec 2, 2021
1 parent a233d53 commit eef86e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/client_quickstart.rst
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Now, let's try to get a web-page. For example let's query
print(resp.status)
print(await resp.text())

asyncio.run(main)
asyncio.run(main())

Now, we have a :class:`ClientSession` called ``session`` and a
:class:`ClientResponse` object called ``resp``. We can get all the
Expand Down

0 comments on commit eef86e9

Please sign in to comment.