From 510cce33f535f60251c21e9251d7478ffc4d0b7f Mon Sep 17 00:00:00 2001 From: offish Date: Wed, 10 Jul 2019 23:08:36 +0200 Subject: [PATCH] fix docstring type for persona_state attr (#202) --- steam/client/builtins/user.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/steam/client/builtins/user.py b/steam/client/builtins/user.py index 181e435..fdf2c15 100644 --- a/steam/client/builtins/user.py +++ b/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`