mirror of
				https://github.com/django/django.git
				synced 2025-10-31 01:25:32 +00:00 
			
		
		
		
	[5.2.x] Fixed typo in docs/ref/forms/renderers.txt.
Backport of d2732c30af from main.
			
			
This commit is contained in:
		
				
					committed by
					
						 Sarah Boyce
						Sarah Boyce
					
				
			
			
				
	
			
			
			
						parent
						
							9db932ab4c
						
					
				
				
					commit
					bd873e84be
				
			| @@ -40,7 +40,7 @@ discussion. | ||||
| Use one of the :ref:`built-in template form renderers | ||||
| <built-in-template-form-renderers>` or implement your own. Custom renderers | ||||
| must implement a ``render(template_name, context, request=None)`` method. It | ||||
| should return a rendered templates (as a string) or raise | ||||
| should return a rendered template (as a string) or raise | ||||
| :exc:`~django.template.TemplateDoesNotExist`. | ||||
|  | ||||
| .. class:: BaseRenderer | ||||
|   | ||||
		Reference in New Issue
	
	Block a user