aboutsummaryrefslogtreecommitdiffstats
path: root/resources/libraries/python/IncrementUtil.py
diff options
context:
space:
mode:
authorViliam Luc <vluc@cisco.com>2021-10-06 10:02:04 +0200
committerVratko Polak <vrpolak@cisco.com>2021-10-06 12:12:06 +0000
commitb758131f3cca4047c31d74fe772168b59a56baf1 (patch)
tree034f3876e5808bbca00d4864f47179a36e4b3755 /resources/libraries/python/IncrementUtil.py
parentb61c774897a6cce09bd597af6124831e8aea5e8c (diff)
docstring: Docstring warnings fixed.
Change-Id: I8679c819b7c6ecd9e680bdc6edeafd2124def0b5 Signed-off-by: Viliam Luc <vluc@cisco.com>
Diffstat (limited to 'resources/libraries/python/IncrementUtil.py')
-rw-r--r--resources/libraries/python/IncrementUtil.py2
1 files changed, 1 insertions, 1 deletions
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):
"""