From: Luke Kenneth Casson Leighton Date: Mon, 26 Aug 2019 11:35:29 +0000 (+0100) Subject: update docstring X-Git-Tag: ls180-24jan2020~365 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=a31ca56bc9a7f9ad3bc0c8d03742b8b7d89aefc5;p=ieee754fpu.git update docstring --- 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``.