From cd23c6c05654f0c9fb1a1e230d76a077e8956a86 Mon Sep 17 00:00:00 2001 From: Ahmed Charles Date: Thu, 22 Oct 2015 14:58:10 -0700 Subject: [PATCH] Indent docs properly. --- evennia/commands/cmdsethandler.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/evennia/commands/cmdsethandler.py b/evennia/commands/cmdsethandler.py index 35f10c1f6..6fb0c8391 100644 --- a/evennia/commands/cmdsethandler.py +++ b/evennia/commands/cmdsethandler.py @@ -337,8 +337,8 @@ class CmdSetHandler(object): is set as the default one (it will then end up at the bottom of the stack) Args: - cmdset (CmdSet or str): Can be a cmdset object or the python path - to such an object. + cmdset (CmdSet or str): Can be a cmdset object or the python path + to such an object. emit_to_obj (Object, optional): An object to receive error messages. permanent (bool, optional): This cmdset will remain across a server reboot. default_cmdset (Cmdset, optional): Insert this to replace the