Fix the docstring for the update method

It is impossible to provide a description to update method
in versions 2.0-2.18. But the docstring of the method says
that it can update a description.

Change-Id: I832e8a752779277a045bd127e2e6c6a3ae88f840
This commit is contained in:
Tatiana Kholkina 2018-02-19 15:27:45 +03:00
parent 665fe5bd8e
commit 02343c2d8c
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ class Server(base.Resource):
@api_versions.wraps("2.0", "2.18")
def update(self, name=None):
"""
Update the name and the description for this server.
Update the name for this server.
:param name: Update the server's name.
:returns: :class:`Server`