Skip to content

Commit 93c601f

Browse files
authored
Fixes #3744 (#3745)
Co-authored-by: Andrzej Nagórko <>
1 parent 31f1895 commit 93c601f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manim/mobject/text/text_mobject.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -907,7 +907,7 @@ def construct(self):
907907
Here is a list of supported tags:
908908
909909
- ``<b>bold</b>``, ``<i>italic</i>`` and ``<b><i>bold+italic</i></b>``
910-
- ``<ul>underline</ul>`` and ``<s>strike through</s>``
910+
- ``<u>underline</u>`` and ``<s>strike through</s>``
911911
- ``<tt>typewriter font</tt>``
912912
- ``<big>bigger font</big>`` and ``<small>smaller font</small>``
913913
- ``<sup>superscript</sup>`` and ``<sub>subscript</sub>``

0 commit comments

Comments
 (0)