Fix typo in docstring of register_assert_rewrite

This commit is contained in:
Bruno Oliveira 2016-12-02 09:22:47 -02:00 committed by GitHub
parent db62f160e1
commit 7480342710
1 changed files with 1 additions and 1 deletions

View File

@ -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.