diff --git a/tests/functional/builtins/codegen/test_convert.py b/tests/functional/builtins/codegen/test_convert.py index 559e1448ef..73b24de8a5 100644 --- a/tests/functional/builtins/codegen/test_convert.py +++ b/tests/functional/builtins/codegen/test_convert.py @@ -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