From e1889546de8b3774338170d42b4e24d44007d009 Mon Sep 17 00:00:00 2001 From: Scott Sanderson Date: Thu, 12 May 2016 23:36:58 -0400 Subject: [PATCH] DOC: Link directly to the ``re`` module. --- zipline/pipeline/classifiers/classifier.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zipline/pipeline/classifiers/classifier.py b/zipline/pipeline/classifiers/classifier.py index 6a64e10617..e5d0422ec0 100644 --- a/zipline/pipeline/classifiers/classifier.py +++ b/zipline/pipeline/classifiers/classifier.py @@ -211,7 +211,7 @@ def matches(self, pattern): See Also -------- - https://docs.python.org/library/re.html + :mod:`Python Regular Expressions ` """ return ArrayPredicate( term=self,