summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2016-01-10 14:19:06 -0500
committerNed Batchelder <ned@nedbatchelder.com>2016-01-10 14:19:06 -0500
commit259985f289987ecdddd02f76736669e13ec1268a (patch)
tree1c013249701e212969cb5d3a4b51557e66c25cbe
parentb92486e64e1383a724ef1bba3a14dfe9e8d96c01 (diff)
downloadpython-coveragepy-git-259985f289987ecdddd02f76736669e13ec1268a.tar.gz
What's a decoractor?
-rw-r--r--tests/test_arcs.py2
1 files changed, 1 insertions, 1 deletions
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):