Cleanup docstring for removed etag param

Missed this in I7a6ebaac3d4f9a8a722aad32dfaec69153e7bd3a

Change-Id: Iad087e6624d5420a5e3009c0c4bd5aac3ea7162d
This commit is contained in:
Aija Jaunteva 2018-08-13 17:04:52 +03:00
parent 8f952f874b
commit 9becfd45ea
1 changed files with 0 additions and 3 deletions

View File

@ -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)