We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7331ca6 commit 1d5152eCopy full SHA for 1d5152e
docs/source/text.rst
@@ -26,7 +26,7 @@ Alternatively, you can construct styled text by calling :meth:`~rich.text.Text.a
26
text.append(" World!")
27
console.print(text)
28
29
-If you would like to use text that is already formatted with ANSI codes, call :meth:`~rich.text.Text.from_ansi` to convert it to a ``Text`` object:
+If you would like to use text that is already formatted with ANSI codes, call :meth:`~rich.text.Text.from_ansi` to convert it to a ``Text`` object::
30
31
text = Text.from_ansi("\033[1mHello, World!\033[0m")
32
console.print(text.spans)
0 commit comments