ValvePython / steam

☁️ Python package for interacting with Steam
http://steam.readthedocs.io
MIT License
1.11k stars 148 forks source link

Typo in docs #223

Closed woctezuma closed 5 years ago

woctezuma commented 5 years ago

The doc features the following import for the WebAPI:

from steam.steamid import WebAPI

Typo

Instead, it should be:

from steam.webapi import WebAPI
rossengeorgiev commented 5 years ago

Thanks