Skip to content

Commit 6b8ef88

Browse files
authored
Remove duplicate word 'vector' (#1065)
1 parent 7db6c7f commit 6b8ef88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/tutorials/building_blocks.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ skeleton of a thing that *could* be displayed. Therefore, you will rarely need
3535
to use plain instances of :class:`.Mobject`; instead you will most likely
3636
create instances of its derived classes. One of these derived classes is
3737
:class:`.VMobject`. The ``V`` stands for Vectorized Mobject. In essence, a
38-
vmobject is a mobject that uses vector `vector graphics
38+
vmobject is a mobject that uses `vector graphics
3939
<https://en.wikipedia.org/wiki/Vector_graphics>`_ to be displayed. Most of
4040
the time, you will be dealing with vmobjects, though we will continue to use
4141
the term "mobject" to refer to the class of shapes that can be displayed on

0 commit comments

Comments
 (0)