Fix documentation warnings.

This commit is contained in:
Rapptz 2015-10-22 22:12:53 -04:00
parent 6981c51e0a
commit f018895f2c

View File

@ -1160,7 +1160,7 @@ class Client(object):
This function **replaces** all roles that the member has. This function **replaces** all roles that the member has.
For example if the member has roles ``[a, b, c]`` and the For example if the member has roles ``[a, b, c]`` and the
call is ``client.replace_roles(member, d, e, c)` then call is ``client.replace_roles(member, d, e, c)`` then
the member has the roles ``[d, e, c]``. the member has the roles ``[d, e, c]``.
:param member: The :class:`Member` to replace roles for. :param member: The :class:`Member` to replace roles for.