mirror of
https://github.com/evennia/evennia.git
synced 2026-03-27 10:16:32 +01:00
Updates docstring to expand MM acronym for clarity.
This commit is contained in:
parent
d570be49be
commit
cfd1efa2f3
1 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue