mirror of
				https://github.com/django/django.git
				synced 2025-10-31 09:41:08 +00:00 
			
		
		
		
	Fixed typo in django/dispatch/dispatcher.py docstring.
This commit is contained in:
		
				
					committed by
					
						 Tim Graham
						Tim Graham
					
				
			
			
				
	
			
			
			
						parent
						
							1e1ac4ec5b
						
					
				
				
					commit
					5760fe66df
				
			| @@ -60,7 +60,7 @@ class Signal(object): | ||||
|                 A function or an instance method which is to receive signals. | ||||
|                 Receivers must be hashable objects. | ||||
|  | ||||
|                 If weak is True, then receiver must be weak-referencable. | ||||
|                 If weak is True, then receiver must be weak referenceable. | ||||
|  | ||||
|                 Receivers must be able to accept keyword arguments. | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user