From 9cbf7e2a58c3b03f10991150f45adc6fc1e6f54f Mon Sep 17 00:00:00 2001 From: David Newman Date: Wed, 26 Jul 2017 18:24:03 -0400 Subject: [PATCH] docs: grammar --- evennia/contrib/extended_room.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/evennia/contrib/extended_room.py b/evennia/contrib/extended_room.py index 6bbd79548b..4fd965f8a2 100644 --- a/evennia/contrib/extended_room.py +++ b/evennia/contrib/extended_room.py @@ -428,7 +428,7 @@ class CmdExtendedDesc(default_cmds.CmdDesc): if self.switches and self.switches[0] in ("spring", "summer", "autumn", "winter"): # a seasonal switch was given if self.rhs: - caller.msg("Seasonal descs only works with rooms, not objects.") + caller.msg("Seasonal descs only work with rooms, not objects.") return switch = self.switches[0] if not location: