Skip to content

Commit

Permalink
small doc fix
Browse files Browse the repository at this point in the history
  • Loading branch information
vishnubob committed Jul 14, 2015
1 parent 949a754 commit 8f6cf4a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docs/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ PySCAD is a python library that wraps the OpenSCAD language. It simplifies the
<!-- %EXAMPLE% rods -->
```
from scad import *
import math
rod = Cylinder(diameter=2, height=20, fn=20, center=True)
rod = Rotate(x=90)(rod)
Expand Down

0 comments on commit 8f6cf4a

Please sign in to comment.