Grammar fixes (#4788)

This commit is contained in:
kreusada
2021-02-05 14:48:34 +00:00
committed by GitHub
parent 0f8f33fed2
commit bf624da51b

View File

@@ -146,7 +146,7 @@ def italics(text: str, escape_formatting: bool = True) -> str:
def bordered(*columns: Sequence[str], ascii_border: bool = False) -> str:
"""Get two blocks of text in a borders.
"""Get two blocks of text inside borders.
Note
----