summaryrefslogtreecommitdiff
path: root/docs/ref
diff options
context:
space:
mode:
Diffstat (limited to 'docs/ref')
-rw-r--r--docs/ref/django-admin.txt2
1 files changed, 1 insertions, 1 deletions
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