Skip to content

Commit e8246bd

Browse files
committed
Update documentation
1 parent 66b649b commit e8246bd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

coc/client.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -342,7 +342,8 @@ async def get_warlog(self, clan_tag, cache=False, fetch=True, json=False):
342342
343343
Defaults to ``False``.
344344
345-
:return: :class:`list` of :class:`WarLog` If ``json=False``, else :class:`dict`
345+
:return: :class:`list` of either :class:`WarLog` or :class:`LeagueWarLogEntry`, according to which war it is,
346+
If ``json=False``, else :class:`dict`
346347
"""
347348
if cache:
348349
data = self._war_logs.get(clan_tag, None)

0 commit comments

Comments
 (0)