Fix typo in docstring of register_assert_rewrite
This commit is contained in:
parent
db62f160e1
commit
7480342710
|
@ -29,7 +29,7 @@ def pytest_namespace():
|
|||
|
||||
|
||||
def register_assert_rewrite(*names):
|
||||
"""Register a module name to be rewritten on import.
|
||||
"""Register one or more module names to be rewritten on import.
|
||||
|
||||
This function will make sure that this module or all modules inside
|
||||
the package will get their assert statements rewritten.
|
||||
|
|
Loading…
Reference in New Issue