mirror of
				https://github.com/django/daphne.git
				synced 2025-11-04 01:27:33 +03:00 
			
		
		
		
	Merge pull request #2 from nemesisdesign/patch-1
Fixed docstring typo in ResponseLater
This commit is contained in:
		
						commit
						372d174eca
					
				| 
						 | 
					@ -31,7 +31,7 @@ def decode_response(value):
 | 
				
			||||||
 | 
					
 | 
				
			||||||
class ResponseLater(Exception):
 | 
					class ResponseLater(Exception):
 | 
				
			||||||
    """
 | 
					    """
 | 
				
			||||||
    Class that represents a response which will be sent doown the response
 | 
					    Class that represents a response which will be sent down the response
 | 
				
			||||||
    channel later. Used to move a django view-based segment onto the next
 | 
					    channel later. Used to move a django view-based segment onto the next
 | 
				
			||||||
    task, as otherwise we'd need to write some kind of fake response.
 | 
					    task, as otherwise we'd need to write some kind of fake response.
 | 
				
			||||||
    """
 | 
					    """
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue
	
	Block a user