Browse Source

fix docstring type for persona_state attr (#202)

pull/214/head
offish 6 years ago
committed by Rossen
parent
commit
510cce33f5
  1. 2
      steam/client/builtins/user.py

2
steam/client/builtins/user.py

@ -68,7 +68,7 @@ class User(object):
.. note::
Changing persona state will also change :attr:`persona_state`
:param persona_state: persona state (Online/Offlane/Away/etc)
:param persona_state: persona state (Online/Offline/Away/etc)
:type persona_state: :class:`.EPersonaState`
:param player_name: profile name
:type player_name: :class:`str`

Loading…
Cancel
Save