From 09767420879b7542e48589e9003966ed31279e7b Mon Sep 17 00:00:00 2001 From: "Vitor [Bux]baum" Date: Wed, 12 Apr 2023 14:21:45 -0300 Subject: Fixed typo in ManagementUtility.autocomplete()'s docstring. --- django/core/management/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'django') 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 -- cgit v1.2.1