File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -174,7 +174,7 @@ Improved error messages
174174         ^^^^^^^  
175175     ValueError : too many values to unpack (expected 3 , got 4 ) 
176176
177-  * `` elif ``  statements that follow an `` else ` ` block now have a specific error message.
177+  * :keyword: ` elif ` statements that follow an :keyword: ` else ` block now have a specific error message.
178178  (Contributed by Steele Farnsworth in :gh: `129902 `.)
179179
180180  .. code-block :: pycon 
@@ -190,7 +190,6 @@ Improved error messages
190190        ^^^^ 
191191      SyntaxError: 'elif' block follows an 'else' block 
192192
193- 
194193 * When incorrectly closed strings are detected, the error message suggests
195194  that the string may be intended to be part of the string. (Contributed by
196195  Pablo Galindo in :gh: `88535 `.)
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments