From eb3aa8e0c9f8016011686b3972bb4d6da34b7589 Mon Sep 17 00:00:00 2001 From: Dmitry Tantsur Date: Wed, 12 Jun 2024 10:57:08 +0200 Subject: [PATCH] Trivial: fix duplicated docstring Change-Id: I21325881947269e48c04289dd36cd6a84394a0a0 --- sushy/resources/registry/attribute_registry.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sushy/resources/registry/attribute_registry.py b/sushy/resources/registry/attribute_registry.py index ce161d51..51331ae8 100644 --- a/sushy/resources/registry/attribute_registry.py +++ b/sushy/resources/registry/attribute_registry.py @@ -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"""