File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -214,7 +214,7 @@ class ParallelDirSelector(BaseDirSelector):
214
214
215
215
CQ(aCube).faces(ParallelDirSelector((0, 0, 1))
216
216
217
- selects faces with a normals in the z direction, and is equivalent to::
217
+ selects faces with the normal parallel to the z direction, and is equivalent to::
218
218
219
219
CQ(aCube).faces("|Z")
220
220
"""
@@ -237,7 +237,7 @@ class DirectionSelector(BaseDirSelector):
237
237
238
238
CQ(aCube).faces(DirectionSelector((0, 0, 1))
239
239
240
- selects faces with a normals in the z direction, and is equivalent to::
240
+ selects faces with the normal in the z direction, and is equivalent to::
241
241
242
242
CQ(aCube).faces("+Z")
243
243
"""
@@ -261,7 +261,7 @@ class PerpendicularDirSelector(BaseDirSelector):
261
261
262
262
CQ(aCube).faces(PerpendicularDirSelector((0, 0, 1))
263
263
264
- selects faces with a normals perpendicular to the z direction, and is equivalent to::
264
+ selects faces with the normal perpendicular to the z direction, and is equivalent to::
265
265
266
266
CQ(aCube).faces("#Z")
267
267
"""
You can’t perform that action at this time.
0 commit comments