From 07a59419b0e9d8756551b79c61bb0b9aa9aa3d4a Mon Sep 17 00:00:00 2001 From: Luke Kenneth Casson Leighton Date: Mon, 29 Apr 2019 05:00:33 +0100 Subject: [PATCH] update comments --- src/add/stageapi.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.30.2