mirror of
				https://github.com/python/cpython.git
				synced 2025-11-04 03:44:55 +00:00 
			
		
		
		
	Fix error made in applying Thomas's patch.
This commit is contained in:
		
							parent
							
								
									a1e214a1ed
								
							
						
					
					
						commit
						d341579178
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -153,7 +153,7 @@ square brackets:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
\begin{verbatim}
 | 
					\begin{verbatim}
 | 
				
			||||||
list_display:   "[" [listmaker] "]"
 | 
					list_display:   "[" [listmaker] "]"
 | 
				
			||||||
listmaker:   expression_list ( list_iter | ( "," expression)* [","] )
 | 
					listmaker:   expression ( list_iter | ( "," expression)* [","] )
 | 
				
			||||||
list_iter:   list_for | list_if
 | 
					list_iter:   list_for | list_if
 | 
				
			||||||
list_for:    "for" expression_list "in" testlist [list_iter]
 | 
					list_for:    "for" expression_list "in" testlist [list_iter]
 | 
				
			||||||
list_if:     "if" test [list_iter]
 | 
					list_if:     "if" test [list_iter]
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue