diff --git a/django/core/management/__init__.py b/django/core/management/__init__.py index 0a1b2e4f53..43598e2fb9 100644 --- a/django/core/management/__init__.py +++ b/django/core/management/__init__.py @@ -79,8 +79,9 @@ def call_command(command_name, *args, **options): This is the primary API you should use for calling specific commands. - `name` may be a string or a command object. Using a string is preferred - unless the command object is required for further processing or testing. + `command_name` may be a string or a command object. Using a string is + preferred unless the command object is required for further processing or + testing. Some examples: call_command('migrate')