typos
This commit is contained in:
parent
9fdc808445
commit
d323ca3b36
@ -87,9 +87,9 @@ def get_player(player):
|
|||||||
|
|
||||||
def find_best(blob, key):
|
def find_best(blob, key):
|
||||||
"""
|
"""
|
||||||
find_bset(blob, key)
|
find_best(blob, key)
|
||||||
blob should be the list within the request you want to find the best of,
|
blob should be the list within the request you want to find the best of,
|
||||||
must be one of [weapopns, vehicles, classes, gamemodes, maps, gadgets], eg response["weapons"],
|
must be one of [weapopns, vehicles, classes, gamemodes, maps, gadgets], eg. response["weapons"],
|
||||||
and the key to use to make that distinction, for example, for weapons, you could use kills
|
and the key to use to make that distinction, for example, for weapons, you could use kills
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user