From b3679861f1ebd6f5182b737cb3a5791bf9250452 Mon Sep 17 00:00:00 2001 From: henddher Date: Sun, 3 Oct 2021 15:40:35 -0500 Subject: [PATCH] Typos fixed. --- evennia/utils/evtable.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/evennia/utils/evtable.py b/evennia/utils/evtable.py index 6a7420569e..e619753f4b 100644 --- a/evennia/utils/evtable.py +++ b/evennia/utils/evtable.py @@ -1105,7 +1105,7 @@ class EvTable(object): Notes: Beyond those table-specific keywords, the non-overlapping keywords - of `EcCell.__init__` are also available. These will be passed down + of `EvCell.__init__` are also available. These will be passed down to every cell in the table. """ @@ -1548,7 +1548,7 @@ class EvTable(object): to the end. Args: - args (`EvColum` or multiple strings): Either a single EvColumn instance or + args (`EvColumn` or multiple strings): Either a single EvColumn instance or a number of data string arguments to be used to create a new column. header (str, optional): The header text for the column xpos (int, optional): Index position in table *before* which