We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f8bc68 commit 0b15360Copy full SHA for 0b15360
docs/source/tutorials/building_blocks.rst
@@ -36,7 +36,7 @@ to use plain instances of :class:`.Mobject`; instead you will most likely
36
create instances of its derived classes. One of these derived classes is
37
:class:`.VMobject`. The ``V`` stands for Vectorized Mobject. In essence, a
38
vmobject is a mobject that uses vector `vector graphics
39
-<https://en.wikipedia.org/wiki/Vector_graphics/>`_ to be displayed. Most of
+<https://en.wikipedia.org/wiki/Vector_graphics>`_ to be displayed. Most of
40
the time, you will be dealing with vmobjects, though we will continue to use
41
the term "mobject" to refer to the class of shapes that can be displayed on
42
screen, as it is more general.
0 commit comments