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 d191fd5 commit 82003dbCopy full SHA for 82003db
src/microstructpy/geometry/ellipse.py
@@ -182,7 +182,7 @@ def best_fit(self, points):
182
points (list or numpy.ndarray): An Nx2 list of points to fit.
183
184
Returns:
185
- .Ellipse: An instance of the class that best fits the points.
+ Ellipse: An instance of the class that best fits the points.
186
187
.. _`least-squares-ellipse-fitting`: https://github.com/bdhammel/least-squares-ellipse-fitting
188
0 commit comments