Skip to content

Commit

Permalink
rename method
Browse files Browse the repository at this point in the history
Co-authored-by: Andreas Klöckner <inform@tiker.net>
  • Loading branch information
matthiasdiener and inducer authored Oct 18, 2024
1 parent 220f7a5 commit fe9bf2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pytools/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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::
Expand Down

0 comments on commit fe9bf2c

Please sign in to comment.