Skip to content

Commit 3fd3300

Browse files
committed
Fix sphinx/build_docs warnings for graphics
1 parent 804a8b7 commit 3fd3300

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

graphics/bezier_curve.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ def basis_function(self, t: float) -> list[float]:
2727
The basis function determines the weight of each control point at time t.
2828
t: time value between 0 and 1 inclusive at which to evaluate the basis of
2929
the curve.
30+
3031
returns the x, y values of basis function at time t
3132
3233
>>> curve = BezierCurve([(1,1), (1,2)])

0 commit comments

Comments
 (0)