From fe9bf2c232a1481f278b7fc5b1e2ad8a94c49e5b Mon Sep 17 00:00:00 2001 From: Matthias Diener Date: Fri, 18 Oct 2024 11:01:50 -0500 Subject: [PATCH] rename method MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Andreas Klöckner --- pytools/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pytools/__init__.py b/pytools/__init__.py index e2ef3cfc..9907f28e 100644 --- a/pytools/__init__.py +++ b/pytools/__init__.py @@ -1766,7 +1766,7 @@ def latex(self, return "\n".join(lines) - def raw(self) -> str: + def text_without_markup(self) -> str: """Returns a string representation of the table without any formatting. .. doctest::