Trivial: fix duplicated docstring

Change-Id: I21325881947269e48c04289dd36cd6a84394a0a0
This commit is contained in:
Dmitry Tantsur
2024-06-12 10:57:08 +02:00
parent 0cec13bf6d
commit eb3aa8e0c9

View File

@@ -44,7 +44,7 @@ class AttributeListField(base.ListField):
"""An indication of whether this attribute is read-only"""
reset_required = base.Field('ResetRequired', adapter=bool)
"""An indication of whether this attribute is read-only"""
"""Whether a System reset is required to change this attribute"""
lower_bound = base.Field('LowerBound')
"""The lower limit for an integer attribute"""