diff --git a/steam/webapi.py b/steam/webapi.py index 3fe8db9..53faa32 100644 --- a/steam/webapi.py +++ b/steam/webapi.py @@ -1,7 +1,7 @@ """ WebAPI provides a thin wrapper over `Steam's Web API `_ -It is very fiendly to exploration and prototyping when using ``ipython``, ``notebooks`` or similar. +It is very friendly to exploration and prototyping when using ``ipython``, ``notebooks`` or similar. The ``key`` will determine what WebAPI interfaces and methods are available. .. note::