summaryrefslogtreecommitdiff
path: root/stl.py
diff options
context:
space:
mode:
authorStan Seibert <stan@mtrr.org>2011-09-08 11:38:18 -0400
committerStan Seibert <stan@mtrr.org>2011-09-08 11:38:18 -0400
commit3defeae5de899b315928f1b518fe2ff75662d430 (patch)
treeeefd3114a10284db2eaec4d2b6358ba1c97bb965 /stl.py
parent7cae8c3b343d1bde0320ff2ea224cc1ef79889df (diff)
parentc7c161179a0a26dc9b4e3acdbc61a48803fa00e7 (diff)
downloadchroma-3defeae5de899b315928f1b518fe2ff75662d430.tar.gz
chroma-3defeae5de899b315928f1b518fe2ff75662d430.tar.bz2
chroma-3defeae5de899b315928f1b518fe2ff75662d430.zip
merge
Diffstat (limited to 'stl.py')
-rw-r--r--stl.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/stl.py b/stl.py
index 0806c29..abf0cc9 100644
--- a/stl.py
+++ b/stl.py
@@ -5,7 +5,7 @@ from chroma.geometry import Mesh
import bz2
def mesh_from_stl(filename):
- "Return a mesh from an stl file."
+ "Returns a `chroma.geometry.Mesh` from an STL file."
if filename.endswith('.bz2'):
f = bz2.BZ2File(filename)
else: