Skip to content

Commit

Permalink
Fix documentation in attribute_parser.py
Browse files Browse the repository at this point in the history
  • Loading branch information
watermelonwolverine committed Jan 30, 2025
1 parent ae2ac64 commit a7270d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xdsl/parser/attribute_parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -909,7 +909,7 @@ def _parse_typed_integer(
"""
Parse an (possible negative) integer. The integer can
either be decimal or hexadecimal.
Optionally allow parsing of 'true' or 'false' into -1 and 0.
Optionally allow parsing of 'true' or 'false' into 1 and 0.
"""

pos = self.pos
Expand Down

0 comments on commit a7270d1

Please sign in to comment.