Skip to content

Commit

Permalink
fix typo in docs
Browse files Browse the repository at this point in the history
As title
  • Loading branch information
esc committed Jun 3, 2024
1 parent 40b9daa commit c520a29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion numba_rvsdg/core/datastructures/ast_transforms.py
Original file line number Diff line number Diff line change
Expand Up @@ -605,7 +605,7 @@ def function(a: int) -> None

# Emit header instructions. This first makes a backup of the iteration
# target and then checks if the iterator is exhausted and if the loop
# should continue. The '_scfg__sentinel__' is an singleton style
# should continue. The '__scfg__sentinel__' is an singleton style
# marker, so it need not be versioned.

header_code = textwrap.dedent(
Expand Down

0 comments on commit c520a29

Please sign in to comment.