Browse Source

Docstring style update

pull/211/head
melvyn2 5 years ago
parent
commit
a12fb46c70
No known key found for this signature in database GPG Key ID: 25A2B7280CE3AFF6
  1. 6
      steam/webauth.py

6
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 """Attempts a mobile authenticator login using an oauth token, which can be obtained from a previously logged-in
`MobileWebAuth` `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` :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` :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` :type language: :class:`str`
:return: a session on success and :class:`None` otherwise :return: a session on success and :class:`None` otherwise
:rtype: :class:`requests.Session`, :class:`None` :rtype: :class:`requests.Session`, :class:`None`

Loading…
Cancel
Save