Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 594e2ed commit 01171ebCopy full SHA for 01171eb
1 file changed
Python/compile.c
@@ -1751,7 +1751,7 @@ compiler_body(struct compiler *c, asdl_seq *stmts)
1751
/* Set current line number to the line number of first statement.
1752
This way line number for SETUP_ANNOTATIONS will always
1753
coincide with the line number of first "real" statement in module.
1754
- If body is empy, then lineno will be set later in assemble. */
+ If body is empty, then lineno will be set later in assemble. */
1755
if (c->u->u_scope_type == COMPILER_SCOPE_MODULE &&
1756
!c->u->u_lineno && asdl_seq_LEN(stmts)) {
1757
st = (stmt_ty)asdl_seq_GET(stmts, 0);
0 commit comments