Browse Source

docs: fix docstring formating for EVENT_FRIEND_ADD_RESULT

[ci skip]
pull/50/head
Rossen Georgiev 9 years ago
parent
commit
b6445fc21b
  1. 4
      steam/client/builtins/friends.py

4
steam/client/builtins/friends.py

@ -46,9 +46,9 @@ class SteamFriendlist(EventEmitter):
"""Result response after adding a friend
:param eresult: result
:param type: :class:`.EResult`
:type eresult: :class:`.EResult`
:param steam_id: steam id
:param type: :class:`.SteamID`
:type steam_id: :class:`.SteamID`
"""
ready = False #: indicates whether friend list is ready for use

Loading…
Cancel
Save