DOC: Fix typo in docstring.

This commit is contained in:
Scott Sanderson
2016-03-07 16:15:45 -05:00
parent 214b3b6506
commit cf3fb143fd
+1 -1
View File
@@ -155,7 +155,7 @@ class NumExprFilter(NumericalExpression, Filter):
"""
Helper for creating new NumExprFactors.
This is just a wrapper around NumExprFactor.__new__ that always
This is just a wrapper around NumericalExpression.__new__ that always
forwards `bool` as the dtype, since Filters can only be of boolean
dtype.
"""