From 39027dc8db9c7d1a0ffb0fe37c4bb375408f1a62 Mon Sep 17 00:00:00 2001 From: Ikko Eltociear Ashimine Date: Tue, 12 Mar 2024 08:30:32 +0900 Subject: [PATCH] docs: typo in test comment (#3850) minor fix --- tests/functional/builtins/codegen/test_convert.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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