summaryrefslogtreecommitdiff
path: root/django
diff options
context:
space:
mode:
authorVitor [Bux]baum <vitor.buxbaum@gmail.com>2023-04-12 14:21:45 -0300
committerMariusz Felisiak <felisiak.mariusz@gmail.com>2023-04-13 09:28:17 +0200
commit09767420879b7542e48589e9003966ed31279e7b (patch)
treec571f3d4c2c7a8a4a64f3a83e1d5abb85ca0a0ac /django
parent173034b00589c083793d495e8b07e35be2cb1cf0 (diff)
downloaddjango-09767420879b7542e48589e9003966ed31279e7b.tar.gz
Fixed typo in ManagementUtility.autocomplete()'s docstring.
Diffstat (limited to 'django')
-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