Skip to content

Commit d788851

Browse files
authored
Update README.rst
1 parent a3a6573 commit d788851

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Quick Example
3333
3434
client = coc.Client('token')
3535
36-
async def player_name(tag):
36+
async def get_some_player(tag):
3737
player = await client.get_player(tag)
3838
3939
print(player.name)

0 commit comments

Comments
 (0)