We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c77ac8 commit 47f5ac8Copy full SHA for 47f5ac8
string_py/string_py.py
@@ -210,7 +210,6 @@ def align(values: dict[str, str]):
210
aligned_text += key + " " * ((length + 3) - len(key)) + values[key] + "\n"
211
return aligned_text
212
213
-
214
@staticmethod
215
def table(values: list[list[str]], border: bool = True) -> str:
216
"""Create a table
0 commit comments