Skip to content

Commit 3f6da6d

Browse files
authored
Merge pull request #1041 from pauljurczak/patch-2
Minor punctuation correction
2 parents ad5bdec + 3a169f9 commit 3f6da6d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cadquery/cq.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -546,14 +546,14 @@ def workplane(
546546
face(s) or vertex (vertices). 'ProjectedOrigin' uses by default the current origin
547547
or the optional origin parameter (if specified) and projects it onto the plane
548548
defined by the selected face(s).
549-
* The Z direction will be the normal of the face,computed
549+
* The Z direction will be the normal of the face, computed
550550
at the center point.
551551
* The X direction will be parallel to the x-y plane. If the workplane is parallel to
552552
the global x-y plane, the x direction of the workplane will co-incide with the
553553
global x direction.
554554
555555
Most commonly, the selected face will be planar, and the workplane lies in the same plane
556-
of the face ( IE, offset=0). Occasionally, it is useful to define a face offset from
556+
of the face ( IE, offset=0). Occasionally, it is useful to define a face offset from
557557
an existing surface, and even more rarely to define a workplane based on a face that is
558558
not planar.
559559
"""

0 commit comments

Comments
 (0)