mirror of
https://github.com/wassname/catalyst.git
synced 2026-07-05 18:11:47 +08:00
DOC: Close backticks in docstring.
This commit is contained in:
@@ -76,7 +76,7 @@ class Classifier(RestrictedDTypeMixin, ComputableTerm):
|
||||
def eq(self, other):
|
||||
"""
|
||||
Construct a Filter returning True for asset/date pairs where the output
|
||||
of ``self`` matches ``other.
|
||||
of ``self`` matches ``other``.
|
||||
"""
|
||||
# We treat this as an error because missing_values have NaN semantics,
|
||||
# which means this would return an array of all False, which is almost
|
||||
|
||||
Reference in New Issue
Block a user