File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -130,7 +130,7 @@ Using SolidPython
130
130
from solid.utils import * # Not required, but the utils module is useful
131
131
132
132
(See `this issue <https://github.com/SolidCode/SolidPython/issues/114 >`__ for
133
- a discussion of other import styles
133
+ a discussion of other import styles)
134
134
135
135
- OpenSCAD uses curly-brace blocks ({}) to create its tree. SolidPython
136
136
uses parentheses with comma-delimited lists.
@@ -168,7 +168,7 @@ Importing OpenSCAD code
168
168
=======================
169
169
170
170
- Use ``solid.import_scad(path) `` to import OpenSCAD code. Relative paths will
171
- check current location designated `OpenSCAD library directories <https://en.wikibooks.org/wiki/OpenSCAD_User_Manual/Libraries> `.
171
+ check the current location designated in `OpenSCAD library directories <https://en.wikibooks.org/wiki/OpenSCAD_User_Manual/Libraries >`__ .
172
172
173
173
**Ex: **
174
174
You can’t perform that action at this time.
0 commit comments