Skip to content

Commit

Permalink
DOC: Link directly to the re module.
Browse files Browse the repository at this point in the history
  • Loading branch information
Scott Sanderson committed May 13, 2016
1 parent 19c87fd commit e188954
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zipline/pipeline/classifiers/classifier.py
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ def matches(self, pattern):
See Also
--------
https://docs.python.org/library/re.html
:mod:`Python Regular Expressions <re>`
"""
return ArrayPredicate(
term=self,
Expand Down

0 comments on commit e188954

Please sign in to comment.