Skip to content

Commit 7480342

Browse files
authored
Fix typo in docstring of register_assert_rewrite
1 parent db62f16 commit 7480342

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

_pytest/assertion/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ def pytest_namespace():
2929

3030

3131
def register_assert_rewrite(*names):
32-
"""Register a module name to be rewritten on import.
32+
"""Register one or more module names to be rewritten on import.
3333
3434
This function will make sure that this module or all modules inside
3535
the package will get their assert statements rewritten.

0 commit comments

Comments
 (0)