File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -82,7 +82,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
8282* Moved ` compas.numerical.matrices ` to ` compas.topology.matrices ` .
8383* Moved ` compas.numerical.linalg ` to ` compas.geometry.linalg ` .
8484* Changed ` watchdog ` dependency to be only required for platforms other than ` emscripten ` .
85- * Changed ` compas.geometry.earclip_polygon ` algorithm because the current one does handle several cases.
85+ * Changed ` compas.geometry.earclip_polygon ` algorithm because the current one does not handle several cases.
8686
8787### Removed
8888
Original file line number Diff line number Diff line change @@ -202,7 +202,7 @@ def triangulate(self):
202202 If no more Ears were found for triangulation.
203203
204204 """
205-
205+
206206 if self .length < 3 :
207207 raise ValueError ("Polygon must have at least 3 vertices." )
208208 elif self .length == 3 :
You can’t perform that action at this time.
0 commit comments