From a12fb46c703e4d5943040d0e955ae88af6a60ca7 Mon Sep 17 00:00:00 2001 From: melvyn2 Date: Wed, 15 Jul 2020 09:43:47 -0700 Subject: [PATCH] Docstring style update --- steam/webauth.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/steam/webauth.py b/steam/webauth.py index 7d6c32a..1ef7585 100644 --- a/steam/webauth.py +++ b/steam/webauth.py @@ -326,11 +326,11 @@ class MobileWebAuth(WebAuth): """Attempts a mobile authenticator login using an oauth token, which can be obtained from a previously logged-in `MobileWebAuth` - :param oauth_token: The oauth token string + :param oauth_token: oauth token string, if it wasn't provided on instance init :type oauth_token: :class:`str` - :param steam_id: The `SteamID` of the account to log into + :param steam_id: `SteamID` of the account to log into, if it wasn't provided on instance init :type steam_id: :class:`str` or :class:`SteamID` - :param language: The language in which to start the session + :param language: select language for steam web pages (sets language cookie) :type language: :class:`str` :return: a session on success and :class:`None` otherwise :rtype: :class:`requests.Session`, :class:`None`