From 89c8c2e8311bd31b79c0829055d1e494ab88b801 Mon Sep 17 00:00:00 2001 From: Nick Pope Date: Thu, 27 Jul 2023 09:40:42 +0100 Subject: Simplified call_command() calls. --- docs/ref/django-admin.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/ref') diff --git a/docs/ref/django-admin.txt b/docs/ref/django-admin.txt index 9e13db435a..cc448055f4 100644 --- a/docs/ref/django-admin.txt +++ b/docs/ref/django-admin.txt @@ -2075,7 +2075,7 @@ Running management commands from your code .. function:: django.core.management.call_command(name, *args, **options) -To call a management command from code use ``call_command``. +To call a management command from code use ``call_command()``. ``name`` the name of the command to call or a command object. Passing the name is -- cgit v1.3