From 8b0f3867e0f89b5bd9c69fecd1b4112149083785 Mon Sep 17 00:00:00 2001 From: Joey Hines Date: Sat, 2 Feb 2019 10:27:10 -0600 Subject: [PATCH] typo --- api/commands.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/commands.py b/api/commands.py index 6a333ff..4eec750 100644 --- a/api/commands.py +++ b/api/commands.py @@ -531,7 +531,7 @@ def add_owner(new_owner_name, location_name, discord_uuid=None, mc_uuid=None): :param mc_uuid: MC UUID of the current owner :return: Updated Location :raises: PlayerNotFound, LocationLookupError, PlayerInDBError - :help: Adds an co-owner to a location + :help: Adds a co-owner to a location ''' owner = get_player(discord_uuid, mc_uuid)