Trivial: Fix typo in update_port() comment

Change-Id: I173d5de586bf3eb4904caa4ce90e53555774a9a7
This commit is contained in:
Tang Chen 2016-04-13 14:32:19 +08:00
parent de0828e780
commit 13244eb46f
1 changed files with 2 additions and 2 deletions

View File

@ -1015,8 +1015,8 @@ class Proxy(proxy.BaseProxy):
def update_port(self, port, **attrs):
"""Update a port
:param value: Either the id of a port or a
:class:`~openstack.network.v2.port.Port` instance.
:param port: Either the id of a port or a
:class:`~openstack.network.v2.port.Port` instance.
:attrs kwargs: The attributes to update on the port represented
by ``value``.