From 37fcbf9ba50294a015e1161c9ead47ba27fec881 Mon Sep 17 00:00:00 2001 From: tajmone Date: Tue, 7 Apr 2015 16:41:11 +0200 Subject: [PATCH] Typo in t_cmdset_get() docstring. --- evennia/objects/objects.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/evennia/objects/objects.py b/evennia/objects/objects.py index 6e9102a3b..2af07d4b9 100644 --- a/evennia/objects/objects.py +++ b/evennia/objects/objects.py @@ -1525,7 +1525,7 @@ class DefaultExit(DefaultObject): command handler. If changes need to be done on the fly to the cmdset before passing them on to the cmdhandler, this is the place to do it. This is called also if the object currently - have no cmdsets. + has no cmdsets. Kwargs: force_init (bool): If `True`, force a re-build of the cmdset