Change docstring style
--HG-- branch : issue463
This commit is contained in:
@@ -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():
|
||||
|
||||
Reference in New Issue
Block a user