Change "ANSI codes" to "markup" in get_display_exits usage example
This commit is contained in:
parent
ac5e186e5a
commit
9a825c7b45
1 changed files with 1 additions and 1 deletions
|
|
@ -1585,7 +1585,7 @@ class DefaultObject(ObjectDB, metaclass=TypeclassBase):
|
||||||
|
|
||||||
For a room with exits in the order 'portal', 'south', 'north', and 'out':
|
For a room with exits in the order 'portal', 'south', 'north', and 'out':
|
||||||
obj.get_display_name(looker, exit_order=('north', 'south'))
|
obj.get_display_name(looker, exit_order=('north', 'south'))
|
||||||
-> "Exits: north, south, out, and portal." (ANSI codes not shown here)
|
-> "Exits: north, south, out, and portal." (markup not shown here)
|
||||||
"""
|
"""
|
||||||
def _sort_exit_names(names):
|
def _sort_exit_names(names):
|
||||||
exit_order = kwargs.get("exit_order")
|
exit_order = kwargs.get("exit_order")
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue