From 4623d0ee259d832022bf9f06587ffa92a734759a Mon Sep 17 00:00:00 2001 From: armando-migliaccio Date: Thu, 1 Aug 2013 13:24:18 -0700 Subject: [PATCH] Fix docstring to reflect what the method actually does. Change-Id: If36aa375de718f45620c7cae439656562b87c6e7 --- neutron/agent/dhcp_agent.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/neutron/agent/dhcp_agent.py b/neutron/agent/dhcp_agent.py index f06dee24a..627bcca62 100644 --- a/neutron/agent/dhcp_agent.py +++ b/neutron/agent/dhcp_agent.py @@ -391,7 +391,7 @@ class DhcpPluginApi(proxy.RpcProxy): topic=self.topic)) def get_dhcp_port(self, network_id, device_id): - """Make a remote process call to create the dhcp port.""" + """Make a remote process call to get the dhcp port.""" return DictModel(self.call(self.context, self.make_msg('get_dhcp_port', network_id=network_id,