Refs #36500 -- Corrected rewrapped long lines fixed via a script.

Manually reformatted some comments and docstrings where autofix_w505.py
changed the meaning of the formatting.
This commit is contained in:
Mike Edmunds 2025-07-22 20:44:22 -07:00 committed by nessita
parent 69a93a88ed
commit 78298b5162
14 changed files with 47 additions and 39 deletions

View file

@ -51,9 +51,10 @@ class ExtraAssertMixin:
:param method: The assertion method to test.
:param method_args: Positional arguments to pass to the method.
:param expected_msg: The expected base error message (required
keyword-only). :param msg_prefix: Optional prefix to be added to the
message in the second subTest. :param method_kwargs: Keyword arguments
to pass to the method.
keyword-only).
:param msg_prefix: Optional prefix to be added to the message in the
second subTest.
:param method_kwargs: Keyword arguments to pass to the method.
Used internally for testing Django's assertions.
"""