From 1d78fb3d9286975db042a5acf9ad1aaa6bee0ba2 Mon Sep 17 00:00:00 2001 From: Griatch Date: Sun, 15 Nov 2015 21:07:16 +0100 Subject: [PATCH] Fixed a lingering doc error. --- evennia/commands/cmdhandler.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/evennia/commands/cmdhandler.py b/evennia/commands/cmdhandler.py index 4a937468e4..f9011f5879 100644 --- a/evennia/commands/cmdhandler.py +++ b/evennia/commands/cmdhandler.py @@ -353,7 +353,7 @@ def cmdhandler(called_by, raw_string, _testing=False, callertype="session", sess cmdset and the Objects and so on. Merge order is the same order, so that Object cmdsets are merged in last, giving them precendence for same-name and same-prio commands. - session (int, optional): Relevant if callertype is "player" - the session will help + session (Session, optional): Relevant if callertype is "player" - the session will help retrieve the correct cmdsets from puppeted objects. Kwargs: