From c019e489d28ae093b3f92f8edcf3ebd7bbd54803 Mon Sep 17 00:00:00 2001 From: Brianna Laugher Date: Mon, 23 Mar 2015 20:27:53 +0100 Subject: [PATCH] Change docstring style --HG-- branch : issue463 --- _pytest/mark.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/_pytest/mark.py b/_pytest/mark.py index 06f961496..a619f96ca 100644 --- a/_pytest/mark.py +++ b/_pytest/mark.py @@ -2,7 +2,9 @@ import py class MarkerError(Exception): - """Error in use of a pytest marker/attribute""" + """ + Error in use of a pytest marker/attribute. + """ def pytest_namespace():