Merge pull request #1764 from quantopian/fix-docstring-typo2

DOC: Close backticks in docstring.
This commit is contained in:
Scott Sanderson
2017-04-25 22:52:28 -04:00
committed by GitHub
+1 -1
View File
@@ -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