Skip to content

Commit

Permalink
Docstring style update
Browse files Browse the repository at this point in the history
  • Loading branch information
melvyn2 committed Jul 15, 2020
1 parent 3547d24 commit a12fb46
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions steam/webauth.py
Original file line number Diff line number Diff line change
Expand Up @@ -326,11 +326,11 @@ def oauth_login(self, oauth_token='', steam_id='', language='english'):
"""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`
Expand Down

0 comments on commit a12fb46

Please sign in to comment.