Change docstring style

--HG--
branch : issue463
This commit is contained in:
Brianna Laugher 2015-03-23 20:27:53 +01:00
parent 43e4fcf6dd
commit c019e489d2
1 changed files with 3 additions and 1 deletions

View File

@ -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():