Skip to content

Commit 3ac72fe

Browse files
authored
Rename Tabular to Table (#1851)
Co-authored-by: WampyCakes <[email protected]>
1 parent fb75144 commit 3ac72fe

File tree

9 files changed

+84
-84
lines changed

9 files changed

+84
-84
lines changed

docs/source/reference_index/mobjects.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Inheritance Graph
1919
manim.mobject.numbers
2020
manim.mobject.probability
2121
manim.mobject.shape_matchers
22-
manim.mobject.tabular
22+
manim.mobject.table
2323
manim.mobject.three_d_utils
2424
manim.mobject.three_dimensions
2525
manim.mobject.value_tracker
@@ -62,7 +62,7 @@ Module Index
6262
~mobject.polyhedra
6363
~mobject.probability
6464
~mobject.shape_matchers
65-
~mobject.tabular
65+
~mobject.table
6666
~mobject.three_d_utils
6767
~mobject.three_dimensions
6868
~mobject.value_tracker

manim/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
from .mobject.svg.svg_path import *
7575
from .mobject.svg.tex_mobject import *
7676
from .mobject.svg.text_mobject import *
77-
from .mobject.tabular import *
77+
from .mobject.table import *
7878
from .mobject.three_d_utils import *
7979
from .mobject.three_dimensions import *
8080
from .mobject.types.image_mobject import *

0 commit comments

Comments
 (0)