From f572095feaa8d27eebde2777fa9f8e457bc1d747 Mon Sep 17 00:00:00 2001 From: Rossen Georgiev Date: Sat, 1 Jun 2019 01:43:56 +0100 Subject: [PATCH] webauth: fix ambiguous doc method ref --- steam/webauth.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/steam/webauth.py b/steam/webauth.py index f75898b..90f5374 100644 --- a/steam/webauth.py +++ b/steam/webauth.py @@ -10,7 +10,7 @@ The session can be used to access ``steamcommunity.com``, ``store.steampowered.c Keep in mind if you are trying to write robust code. .. note:: - If you are using :class:`.SteamClient` take a look at :meth:`.get_web_session()` + If you are using :class:`.SteamClient` take a look at :meth:`.SteamClient.get_web_session()` .. note:: If you need to authenticate as a mobile device for things like trading confirmations