From 55b0cc21310b76ce4018dd793ba50556eaf0af06 Mon Sep 17 00:00:00 2001 From: Mike Edmunds Date: Tue, 22 Jul 2025 20:40:48 -0700 Subject: Refs #36500 -- Shortened some long docstrings and comments. Manually reformatted some long docstrings and comments that would be damaged by the to-be-applied autofixer script, in cases where editorial judgment seemed necessary for style or wording changes. --- tests/admin_scripts/tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/admin_scripts/tests.py') diff --git a/tests/admin_scripts/tests.py b/tests/admin_scripts/tests.py index aad05220ed..a272fced74 100644 --- a/tests/admin_scripts/tests.py +++ b/tests/admin_scripts/tests.py @@ -1558,7 +1558,7 @@ class ManageCheck(AdminScriptTestCase): args = ["check"] out, err = self.run_manage(args) expected_err = ( - "System check identified some issues:\n" # No "CommandError: " part + "System check identified some issues:\n" # No "CommandError: " "\n" "WARNINGS:\n" "?: A warning\n" -- cgit v1.3