diff --git a/app/battlefield.py b/app/battlefield.py index 93d05d15..25d7e1f8 100755 --- a/app/battlefield.py +++ b/app/battlefield.py @@ -87,9 +87,9 @@ def get_player(player): 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, - 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 """