Skip to content

Commit d4a45d2

Browse files
Merge branch 'main' into VGroup_type_subscripting
2 parents ca8b1e7 + 94cd27c commit d4a45d2

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
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>``

poetry.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)