From a18479db896468dde205e63f9d1f94ac3d86a4aa Mon Sep 17 00:00:00 2001 From: Rossen Georgiev Date: Mon, 30 May 2016 00:42:14 +0100 Subject: [PATCH] docs: fix APIHost link in user_guide [ci skip] --- docs/user_guide.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/user_guide.rst b/docs/user_guide.rst index 12f505b..2eadd53 100644 --- a/docs/user_guide.rst +++ b/docs/user_guide.rst @@ -81,7 +81,7 @@ Obtaining a key Any steam user can get a key by visiting http://steamcommunity.com/dev/apikey. The only requirement is that the user has verified their email. -Then the key can be used on the ``public`` WebAPI. See :class:`steam.webapi.SERVICE` +Then the key can be used on the ``public`` WebAPI. See :class:`steam.webapi.APIHost` .. note:: Interface availability depends on the ``key``. @@ -241,7 +241,7 @@ Alternatively, a callback can be registered to handle the response event every t Web Authentication ================== -There are currently two paths for gaining accessing to steam websites. +There are currently two paths for gaining access to steam websites. Either using :class:`WebAuth `, or via a :meth:`SteamClient.get_web_session() ` instance. .. code:: python