From 259985f289987ecdddd02f76736669e13ec1268a Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Sun, 10 Jan 2016 14:19:06 -0500 Subject: What's a decoractor? --- tests/test_arcs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/test_arcs.py') diff --git a/tests/test_arcs.py b/tests/test_arcs.py index 27b8c50b..4513d085 100644 --- a/tests/test_arcs.py +++ b/tests/test_arcs.py @@ -971,7 +971,7 @@ class MiscArcTest(CoverageTest): ) -class DecoractorArcTest(CoverageTest): +class DecoratorArcTest(CoverageTest): """Tests of arcs with decorators.""" def test_function_decorator(self): -- cgit v1.2.1