diff --git a/django/core/management/__init__.py b/django/core/management/__init__.py index 93357397c0..0c16447d58 100644 --- a/django/core/management/__init__.py +++ b/django/core/management/__init__.py @@ -279,8 +279,8 @@ class ManagementUtility: """ Output completion suggestions for BASH. - The output of this function is passed to BASH's `COMREPLY` variable and - treated as completion suggestions. `COMREPLY` expects a space + The output of this function is passed to BASH's `COMPREPLY` variable + and treated as completion suggestions. `COMPREPLY` expects a space separated string as the result. The `COMP_WORDS` and `COMP_CWORD` BASH environment variables are used