X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=resources%2Flibraries%2Fpython%2FIncrementUtil.py;h=544e5708f013b7b8312f5abe5dc22680200aeae7;hp=fca0839ac0ffbf35028761ff3004164a1792d067;hb=refs%2Fchanges%2F76%2F33976%2F2;hpb=b61c774897a6cce09bd597af6124831e8aea5e8c diff --git a/resources/libraries/python/IncrementUtil.py b/resources/libraries/python/IncrementUtil.py index fca0839ac0..544e5708f0 100644 --- a/resources/libraries/python/IncrementUtil.py +++ b/resources/libraries/python/IncrementUtil.py @@ -22,7 +22,7 @@ class ObjIncrement(object): Subclasses should override: _incr: when a simple '+' binary operation isn't sufficient. _str_fmt: when a simple str representation of the incremented object - isn't the proper format. + isn't the proper format. """ def __init__(self, initial_value, increment): """