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 526ef85 commit d8071cbCopy full SHA for d8071cb
Python/compile.c
@@ -1749,7 +1749,7 @@ compiler_body(struct compiler *c, asdl_seq *stmts)
1749
/* Set current line number to the line number of first statement.
1750
This way line number for SETUP_ANNOTATIONS will always
1751
coincide with the line number of first "real" statement in module.
1752
- If body is empy, then lineno will be set later in assemble. */
+ If body is empty, then lineno will be set later in assemble. */
1753
if (c->u->u_scope_type == COMPILER_SCOPE_MODULE &&
1754
!c->u->u_lineno && asdl_seq_LEN(stmts)) {
1755
st = (stmt_ty)asdl_seq_GET(stmts, 0);
0 commit comments