From 9becfd45ea0039438cdf10c641f8f1a4b104de37 Mon Sep 17 00:00:00 2001 From: Aija Jaunteva Date: Mon, 13 Aug 2018 17:04:52 +0300 Subject: [PATCH] Cleanup docstring for removed etag param Missed this in I7a6ebaac3d4f9a8a722aad32dfaec69153e7bd3a Change-Id: Iad087e6624d5420a5e3009c0c4bd5aac3ea7162d --- sushy/resources/settings.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/sushy/resources/settings.py b/sushy/resources/settings.py index fb3cb2f5..172cbc4d 100644 --- a/sushy/resources/settings.py +++ b/sushy/resources/settings.py @@ -87,9 +87,6 @@ class SettingsField(base.CompositeField): :param connector: A Connector instance :param value: Value representing JSON whose structure is specific to each resource and the caller must format it correctly - :param etag: Optional ETag of resource version to update. If - this ETag is provided and it does not match on server, then - the new values will not be committed """ connector.patch(self.resource_uri, data=value)