grammar in forms section
    
    
    
      
      
      
        
Grammatical inconsistency in the following snippet, found at http://docs.djangoproject.com/en/dev/topics/forms/
Using it, you can:
- Display an HTML form with automatically generated form widgets.
 - Checking submitted data against a set of validation rules.
 - Redisplaying a form in the case of validation errors.
 - Converting submitted form data to the relevant Python data types.
 
       
     
   
 
      
        
        
          Change History
          (4)
        
          
          
  
  
  
    
      | Has patch: | 
      
        set
       | 
    
    
      | Keywords: | 
      
        typo grammar added
       | 
    
    
      | Triage Stage: | 
      
        Unreviewed → Ready for checkin
       | 
    
    
      | Version: | 
      
        1.0 → SVN
       | 
    
  
 
           
          
  
  
  
    
      | Resolution: | 
      
        → fixed
       | 
    
    
      | Status: | 
      
        new → closed
       | 
    
  
 
           
          
          
         
       
     
        
    
    
(In [10814]) Fixed #10817 -- Corrected some grammar in the forms doc. Thanks nickretallack@….