Browse Source

fix #223; incorrect import statement in docs

pull/248/head
Rossen Georgiev 5 years ago
parent
commit
fda65156b3
  1. 2
      docs/user_guide.rst

2
docs/user_guide.rst

@ -92,7 +92,7 @@ Calling an endpoint
.. code:: python
>>> from steam.steamid import WebAPI
>>> from steam.webapi import WebAPI
>>> api = WebAPI(key="<your api key>")
# instance.<interface>.<method>

Loading…
Cancel
Save