From: Luke Kenneth Casson Leighton Date: Mon, 29 Apr 2019 04:00:33 +0000 (+0100) Subject: update comments X-Git-Tag: ls180-24jan2020~1128 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=07a59419b0e9d8756551b79c61bb0b9aa9aa3d4a;p=ieee754fpu.git update comments --- diff --git a/src/add/stageapi.py b/src/add/stageapi.py index 2b7003c4..ab833f50 100644 --- a/src/add/stageapi.py +++ b/src/add/stageapi.py @@ -221,8 +221,8 @@ class StageHelper(Stage): (that "something" may be a static class, for example). StageHelper happens to also be compliant with the Stage API, - except that all the "optional" functions are provided - (hence the designation "convenience wrapper") + it differs from the stage that it wraps in that all the "optional" + functions are provided (hence the designation "convenience wrapper") """ def __init__(self, stage): self.stage = stage