mirror of
https://github.com/wassname/catalyst.git
synced 2026-07-03 08:34:53 +08:00
DOC: Fix typo in docstring.
This commit is contained in:
@@ -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.
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user