summaryrefslogtreecommitdiff
path: root/docs/ref/django-admin.txt
diff options
context:
space:
mode:
authorNick Pope <nick@nickpope.me.uk>2023-07-27 09:40:42 +0100
committerMariusz Felisiak <felisiak.mariusz@gmail.com>2023-07-27 15:48:47 +0200
commit89c8c2e8311bd31b79c0829055d1e494ab88b801 (patch)
treecf9259e2ab0c32e895e5084af0c9079cd36b3d56 /docs/ref/django-admin.txt
parenta564f44350afc4823b9ff6eb14c56e8793ed4b31 (diff)
Simplified call_command() calls.
Diffstat (limited to 'docs/ref/django-admin.txt')
-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