Skip to content

Commit 63bef96

Browse files
committed
fix two docbuild warnings
1 parent 407558a commit 63bef96

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

manim/utils/bezier.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ def bezier(
9090
containing :math:`n` values to evaluate the Bézier curve at, returning instead
9191
an :math:`(n, 3)`-shaped :class:`~.Point3D_Array` containing the points
9292
resulting from evaluating the Bézier at each of the :math:`n` values.
93+
9394
.. warning::
9495
If passing a vector of :math:`t`-values to ``bezier_func``, it **must**
9596
be a column vector/matrix of shape :math:`(n, 1)`. Passing an 1D array of
@@ -106,6 +107,7 @@ def bezier(
106107
Bézier curve defined by ``points`` is evaluated at the corresponding :math:`i`-th
107108
value in ``t``, returning again an :math:`(M, 3)`-shaped :class:`~.Point3D_Array`
108109
containing those :math:`M` evaluations.
110+
109111
.. warning::
110112
Unlike the previous case, if you pass a :class:`~.ColVector` to ``bezier_func``,
111113
it **must** contain exactly :math:`M` values, each value for each of the :math:`M`

0 commit comments

Comments
 (0)