DOC: Fixup docstring.

This commit is contained in:
Scott Sanderson
2016-05-04 14:29:08 -04:00
parent 4d42cddae4
commit 17b402666c
+1 -1
View File
@@ -130,7 +130,7 @@ class CustomTermMixin(object):
If we have an outputs tuple, the default is an empty recarray with
``self.outputs`` as field names. Each field will have dtype
``self.dtype``, the default shape is ``self.shape``.
``self.dtype``.
This can be overridden to control the kind of array constructed
(e.g. to produce a LabelArray instead of an ndarray).