mirror of
https://github.com/evennia/evennia.git
synced 2026-03-16 21:06:30 +01:00
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':
|
||||
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):
|
||||
exit_order = kwargs.get("exit_order")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue