Skip to content
This repository was archived by the owner on Aug 19, 2018. It is now read-only.

Commit 5e040e7

Browse files
committed
Fixed a docstring
1 parent c22f51e commit 5e040e7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

crasync/core.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ async def get_profile(self, *tags):
4545
async def get_clan(self, *tags):
4646
'''Get a clan object using tag(s)'''
4747

48-
if ', ' in tags:
48+
if ', ' in tags: #hahaha
4949
raise SyntaxError("Read the docs please")
5050

5151
tags = ','.join(tags)
@@ -69,7 +69,7 @@ async def get_clan(self, *tags):
6969
get_clans = get_clan
7070

7171
async def get_constants(self):
72-
'''Get a profile object using a tag.'''
72+
'''Get clash royale constants.'''
7373

7474
url = f'{self.BASE}/constants'
7575

0 commit comments

Comments
 (0)