From cfd1efa2f3463b5721a2d908ef5175de5eaaf673 Mon Sep 17 00:00:00 2001 From: Johnny Date: Tue, 9 Oct 2018 20:28:47 +0000 Subject: [PATCH] Updates docstring to expand MM acronym for clarity. --- evennia/accounts/accounts.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/evennia/accounts/accounts.py b/evennia/accounts/accounts.py index 6bd812b6fa..e7f838ecbd 100644 --- a/evennia/accounts/accounts.py +++ b/evennia/accounts/accounts.py @@ -688,9 +688,9 @@ class DefaultAccount(with_metaclass(TypeclassBase, AccountDB)): @classmethod def create(cls, *args, **kwargs): """ - Creates an Account (or Account/Character pair for MM<2) with default - (or overridden) permissions and having joined them to the appropriate - default channels. + Creates an Account (or Account/Character pair for MULTISESSION_MODE<2) + with default (or overridden) permissions and having joined them to the + appropriate default channels. Kwargs: username (str): Username of Account owner