From 67c73671ebd9839e72f2f2608bb3fe45758c2b47 Mon Sep 17 00:00:00 2001 From: Dhruva Kumar Date: Mon, 6 Jul 2026 11:16:30 +0530 Subject: [PATCH] management: Fix typo in FilteredManagementUtility docstring. --- manage.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manage.py b/manage.py index 4d626d0889..26ec846375 100755 --- a/manage.py +++ b/manage.py @@ -70,7 +70,7 @@ class FilteredManagementUtility(ManagementUtility): that calls our get_filtered_commands(), rather than the default get_commands() function. - All other change are just code style differences to pass the Zulip linter. + All other changes are just code style differences to pass the Zulip linter. """ @override