From a31ca56bc9a7f9ad3bc0c8d03742b8b7d89aefc5 Mon Sep 17 00:00:00 2001 From: Luke Kenneth Casson Leighton Date: Mon, 26 Aug 2019 12:35:29 +0100 Subject: [PATCH] update docstring --- src/ieee754/part_mul_add/multiply.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ieee754/part_mul_add/multiply.py b/src/ieee754/part_mul_add/multiply.py index f4a232e0..b7f4b0d2 100644 --- a/src/ieee754/part_mul_add/multiply.py +++ b/src/ieee754/part_mul_add/multiply.py @@ -539,7 +539,7 @@ class AddReduceSingle(PipeModBase): class AddReduceInternal: - """Recursively Add list of numbers together. + """Iteratively Add list of numbers together. :attribute inputs: input ``Signal``s to be summed. Modification not supported, except for by ``Signal.eq``. -- 2.30.2