Skip to content

Commit 1a8ea15

Browse files
committed
minor README fixes
1 parent 787c66e commit 1a8ea15

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)