Skip to content

Commit 82003db

Browse files
authored
try to fix missing reference warning
1 parent d191fd5 commit 82003db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/microstructpy/geometry/ellipse.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ def best_fit(self, points):
182182
points (list or numpy.ndarray): An Nx2 list of points to fit.
183183
184184
Returns:
185-
.Ellipse: An instance of the class that best fits the points.
185+
Ellipse: An instance of the class that best fits the points.
186186
187187
.. _`least-squares-ellipse-fitting`: https://github.com/bdhammel/least-squares-ellipse-fitting
188188

0 commit comments

Comments
 (0)