Skip to content

Commit

Permalink
fix docstring type for persona_state attr (#202)
Browse files Browse the repository at this point in the history
  • Loading branch information
offish authored and rossengeorgiev committed Jul 10, 2019
1 parent c3547c3 commit 510cce3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion steam/client/builtins/user.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ def change_status(self, **kwargs):
.. 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`
Expand Down

0 comments on commit 510cce3

Please sign in to comment.