Draft: fix typos

This commit is contained in:
luzpaz
2023-02-15 13:13:29 +00:00
parent 99a7262e60
commit e033dd6ba5
2 changed files with 3 additions and 3 deletions

View File

@@ -195,7 +195,7 @@ def make_linear_dimension(p1, p2, dim_line=None):
positioned from the measured segment that goes from `p1` to `p2`.
If it is `None`, this point will be calculated from the intermediate
distance betwwen `p1` and `p2`.
distance between `p1` and `p2`.
Returns
-------
@@ -288,7 +288,7 @@ def make_linear_dimension_obj(edge_object, i1=1, i2=2, dim_line=None):
positioned from the measured segment in `edge_object`.
If it is `None`, this point will be calculated from the intermediate
distance betwwen the vertices defined by `i1` and `i2`.
distance between the vertices defined by `i1` and `i2`.
Returns
-------