TYPO COMMENTS: extra bracket

with one msg() call))

to

with one msg() call)
This commit is contained in:
Tristano Ajmone 2015-03-05 00:37:05 +01:00 committed by Griatch
parent 040a44c5cb
commit 79e9346de9

View file

@ -45,7 +45,7 @@ Data is usually returned to the user via a return OOB call:
Oobcmdnames (like "MSDP.LISTEN" / "LISTEN" above) are case-sensitive. Oobcmdnames (like "MSDP.LISTEN" / "LISTEN" above) are case-sensitive.
Note that args, kwargs must be iterable. Non-iterables will be Note that args, kwargs must be iterable. Non-iterables will be
interpreted as a new command name (you can send multiple oob commands interpreted as a new command name (you can send multiple oob commands
with one msg() call)) with one msg() call)
Evennia introduces two internal extensions to MSDP, and that is the Evennia introduces two internal extensions to MSDP, and that is the
MSDP_ARRAY and MSDP_TABLE commands. These are never sent across the MSDP_ARRAY and MSDP_TABLE commands. These are never sent across the