Change "ANSI codes" to "markup" in get_display_exits usage example

This commit is contained in:
Chiizujin 2024-04-03 17:32:14 +11:00
parent ac5e186e5a
commit 9a825c7b45

View file

@ -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")