diff --git a/evennia/utils/evtable.py b/evennia/utils/evtable.py index 1065e99c71..6a7eef0b87 100644 --- a/evennia/utils/evtable.py +++ b/evennia/utils/evtable.py @@ -357,7 +357,7 @@ class EvCell(object): corner_top_left_char (str): Char used for "nw" corner. corner_top_right_char (str): Char used for "ne" corner. corner_bottom_left_char (str): Char used for "sw" corner. - corner_bottom_right_char (str=): Char used for "se" corner. + corner_bottom_right_char (str): Char used for "se" corner. crop_string (str): String to use when cropping sideways, default is `'[...]'`. crop (bool): Crop contentof cell rather than expand vertically, default=`False`. enforce_size (bool): If true, the width/height of the cell is