Browse Source

Editing method description

pull/290/head
XronoZ-create 3 years ago
parent
commit
19d477ab76
  1. 4
      steam/community.py

4
steam/community.py

@ -57,10 +57,6 @@ class SteamCommunityClient():
def set_avatar(self, avatar: bytes) -> dict:
"""Set image to avatar picture
Example usage:
.. code:: python
:param avatar: bytes image
:type avatar: :class:`bytes`
:return: json response

Loading…
Cancel
Save