From d0035b83fb7905b357a09ef893054b87cc799a7c Mon Sep 17 00:00:00 2001 From: Griatch Date: Sun, 16 Feb 2020 20:12:13 +0100 Subject: [PATCH] Typo in CmdTeleport help text --- evennia/commands/default/building.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/evennia/commands/default/building.py b/evennia/commands/default/building.py index 47ebaa9296..77b704356c 100644 --- a/evennia/commands/default/building.py +++ b/evennia/commands/default/building.py @@ -2832,8 +2832,8 @@ class CmdTeleport(COMMAND_DEFAULT_CLASS): reference. A puppeted object cannot be moved to None. loc - teleport object to the target's location instead of its contents - Teleports an object somewhere. If no object is given, you yourself - is teleported to the target location. + Teleports an object somewhere. If no object is given, you yourself are + teleported to the target location. """ key = "tel"