Skip to content

Commit 7099a91

Browse files
authored
Fix typo in table documentation (#2722)
1 parent ce4ac51 commit 7099a91

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

manim/mobject/table.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -979,7 +979,7 @@ def scale(self, scale_factor: float, **kwargs):
979979

980980

981981
class MathTable(Table):
982-
"""A specialized :class:`~.Table` mobject for use with with LaTeX.
982+
"""A specialized :class:`~.Table` mobject for use with LaTeX.
983983
984984
Examples
985985
--------
@@ -1026,7 +1026,7 @@ def __init__(
10261026

10271027

10281028
class MobjectTable(Table):
1029-
"""A specialized :class:`~.Table` mobject for use with with :class:`~.Mobject`.
1029+
"""A specialized :class:`~.Table` mobject for use with :class:`~.Mobject`.
10301030
10311031
Examples
10321032
--------
@@ -1076,7 +1076,7 @@ def __init__(
10761076

10771077

10781078
class IntegerTable(Table):
1079-
"""A specialized :class:`~.Table` mobject for use with with :class:`~.Integer`.
1079+
"""A specialized :class:`~.Table` mobject for use with :class:`~.Integer`.
10801080
10811081
Examples
10821082
--------
@@ -1125,7 +1125,7 @@ def __init__(
11251125

11261126

11271127
class DecimalTable(Table):
1128-
"""A specialized :class:`~.Table` mobject for use with with :class:`~.DecimalNumber` to display decimal entries.
1128+
"""A specialized :class:`~.Table` mobject for use with :class:`~.DecimalNumber` to display decimal entries.
11291129
11301130
Examples
11311131
--------

0 commit comments

Comments
 (0)