summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--django/core/management/__init__.py4
1 files changed, 2 insertions, 2 deletions
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