update comments
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Mon, 29 Apr 2019 04:00:33 +0000 (05:00 +0100)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Mon, 29 Apr 2019 04:00:33 +0000 (05:00 +0100)
src/add/stageapi.py

index 2b7003c4170323a38e72ad914ecbb475e4a39d5b..ab833f504e62c45171108633f9cc625340a33935 100644 (file)
@@ -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