From 56942e4598d8f26946d4060136a6ef41a17d1df0 Mon Sep 17 00:00:00 2001 From: Scott Sanderson Date: Tue, 15 Mar 2016 20:34:40 -0400 Subject: [PATCH] DOC: Fix typo in docstring. --- zipline/testing/fixtures.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zipline/testing/fixtures.py b/zipline/testing/fixtures.py index 901a985e..0909cc58 100644 --- a/zipline/testing/fixtures.py +++ b/zipline/testing/fixtures.py @@ -126,7 +126,7 @@ class ZiplineTestCase(with_metaclass(FinalMeta, TestCase)): class WithLogger(object): """ - ZiplineTestCase mixing providing cls.log_handler as an instance-level + ZiplineTestCase mixin providing cls.log_handler as an instance-level fixture. After init_instance_fixtures has been called `self.log_handler` will be a