Updates docstring to expand MM acronym for clarity.
This commit is contained in:
parent
21d66ab625
commit
19d9883343
1 changed files with 3 additions and 3 deletions
|
|
@ -688,9 +688,9 @@ class DefaultAccount(with_metaclass(TypeclassBase, AccountDB)):
|
||||||
@classmethod
|
@classmethod
|
||||||
def create(cls, *args, **kwargs):
|
def create(cls, *args, **kwargs):
|
||||||
"""
|
"""
|
||||||
Creates an Account (or Account/Character pair for MM<2) with default
|
Creates an Account (or Account/Character pair for MULTISESSION_MODE<2)
|
||||||
(or overridden) permissions and having joined them to the appropriate
|
with default (or overridden) permissions and having joined them to the
|
||||||
default channels.
|
appropriate default channels.
|
||||||
|
|
||||||
Kwargs:
|
Kwargs:
|
||||||
username (str): Username of Account owner
|
username (str): Username of Account owner
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue