Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-urbanczyk committed Aug 25, 2023
1 parent 0c2217c commit 827d208
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/selectors.rst
Expand Up @@ -142,7 +142,7 @@ It is possible to use user defined vectors as a basis for the selectors. For exa
result = cq.Workplane("XY").box(10, 10, 10)

# chamfer only one edge
result = result.edges('>(-1, 1, 0)').chamfer(1)
result = result.edges(">(-1, 1, 0)").chamfer(1)


Topological Selectors
Expand Down

0 comments on commit 827d208

Please sign in to comment.