update docstring
[ieee754fpu.git] / src / ieee754 / part_mul_add / multiply.py
index f4a232e01fef8c16267206e32f686160f17a2fa8..b7f4b0d2284b47ef63e5da8c3c22d7e07ace82ca 100644 (file)
@@ -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``.