From 71389fd6fea1c53a6013b73000ba70155eec9eb6 Mon Sep 17 00:00:00 2001 From: Jonathan Piacenti Date: Sat, 20 Jun 2015 16:34:38 -0500 Subject: [PATCH] Slight wording tweak. --- evennia/commands/command.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/evennia/commands/command.py b/evennia/commands/command.py index f3d898650..23eb2f15a 100644 --- a/evennia/commands/command.py +++ b/evennia/commands/command.py @@ -355,7 +355,7 @@ class Command(object): in a disambiguity prompt. If this command is a potential match in an ambiguous situation, one distinguishing - feature may be its attachment to a nearby object, so we include this by default if available. + feature may be its attachment to a nearby object, so we include this if available. Args: caller (TypedObject): The caller who typed an ambiguous term handed to the search function.