Skip to content

Commit

Permalink
docs: typo in test comment (#3850)
Browse files Browse the repository at this point in the history
minor fix
  • Loading branch information
eltociear authored Mar 11, 2024
1 parent 9428196 commit 39027dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/functional/builtins/codegen/test_convert.py
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ def _padconvert(val_bits, direction, n, padding_byte=None):
"""
Takes the ABI representation of a value, and convert the padding if needed.
If fill_zeroes is false, the two halves of the bytestring are just swapped
and the dirty bytes remain dirty. If fill_zeroes is true, the the padding
and the dirty bytes remain dirty. If fill_zeroes is true, the padding
bytes get set to 0
"""
assert len(val_bits) == 32
Expand Down

0 comments on commit 39027dc

Please sign in to comment.