Fix source comment typo

This commit is contained in:
luz paz
2021-06-29 12:53:21 -04:00
committed by looooo
parent 175b746a7a
commit 9225b5b4ed

View File

@@ -1338,7 +1338,7 @@ def rotate_tooth(base_tooth, num_teeth):
def fillet_between_edges(edge_1, edge_2, radius):
# asuming edges are in a plane
# assuming edges are in a plane
# extracting vertices
try:
from OCC.Core import ChFi2d