Skip to content

Commit 498fb0a

Browse files
Release 1.0.0
1 parent 7ee6007 commit 498fb0a

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
File renamed without changes.

user-manual.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,7 @@ def generate_label() -> str:
313313
The previous code traverses the representation of the generated program (i.e., its Abstract Syntax Tree (AST)),
314314
and adds a unique label before each `return` statement.
315315
The `_instrument_statements function` takes a list of statements (represented as
316-
AST nodes) and adds a unique label prefixed with `__RETURN__`– before each `return` statement.
316+
AST nodes) and adds a unique label prefixed with `__RETURN__`– before each `return` statement.
317317
This is later used in the traversal of function definitions (`ast.Function`),
318318
and `do`, `while`, `for` and block statements
319319
`if` and `switch` control flow statements follow the same template.

0 commit comments

Comments
 (0)