mirror of
				https://github.com/django/django.git
				synced 2025-10-31 09:41:08 +00:00 
			
		
		
		
	Fixed typo in ManagementUtility.autocomplete()'s docstring.
This commit is contained in:
		
				
					committed by
					
						 Mariusz Felisiak
						Mariusz Felisiak
					
				
			
			
				
	
			
			
			
						parent
						
							173034b005
						
					
				
				
					commit
					0976742087
				
			| @@ -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 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user