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
130130 from solid.utils import * # Not required, but the utils module is useful
131131
132132 (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)
134134
135135- OpenSCAD uses curly-brace blocks ({}) to create its tree. SolidPython
136136 uses parentheses with comma-delimited lists.
@@ -168,7 +168,7 @@ Importing OpenSCAD code
168168=======================
169169
170170- 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 >`__ .
172172
173173**Ex: **
174174
You can’t perform that action at this time.
0 commit comments