mirror of
				https://github.com/python/cpython.git
				synced 2025-10-31 13:41:24 +00:00 
			
		
		
		
	Typo fix: "empy" should be "empty". (GH-16666)
This commit is contained in:
		
							parent
							
								
									594e2edfb5
								
							
						
					
					
						commit
						01171ebd96
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -1751,7 +1751,7 @@ compiler_body(struct compiler *c, asdl_seq *stmts) | |||
|     /* Set current line number to the line number of first statement.
 | ||||
|        This way line number for SETUP_ANNOTATIONS will always | ||||
|        coincide with the line number of first "real" statement in module. | ||||
|        If body is empy, then lineno will be set later in assemble. */ | ||||
|        If body is empty, then lineno will be set later in assemble. */ | ||||
|     if (c->u->u_scope_type == COMPILER_SCOPE_MODULE && | ||||
|         !c->u->u_lineno && asdl_seq_LEN(stmts)) { | ||||
|         st = (stmt_ty)asdl_seq_GET(stmts, 0); | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Hansraj Das
						Hansraj Das