From f838ddc617e81ac3df41ab26dedab8bcab0a2b4b Mon Sep 17 00:00:00 2001 From: Rossen Georgiev Date: Thu, 9 Feb 2017 20:46:20 +0200 Subject: [PATCH] SteamUser: added docstring for steam_id --- steam/client/user.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/steam/client/user.py b/steam/client/user.py index 67cf293..ea7c517 100644 --- a/steam/client/user.py +++ b/steam/client/user.py @@ -10,7 +10,7 @@ class SteamUser(object): """Holds various functionality and data related to a steam user """ _pstate = None - steam_id = SteamID() + steam_id = SteamID() #: steam id relationship = EFriendRelationship.NONE #: friendship status def __init__(self, steam_id, steam):