From a1401843116421f8fe5cac4e377b70b4657f64ff Mon Sep 17 00:00:00 2001 From: "matthew.hodgins" Date: Wed, 11 Dec 2013 11:20:32 -0600 Subject: nojira doc change Signed-off-by: matthew.hodgins --- cxmanage_api/fabric.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cxmanage_api/fabric.py b/cxmanage_api/fabric.py index 32584cf..f150bc4 100644 --- a/cxmanage_api/fabric.py +++ b/cxmanage_api/fabric.py @@ -378,9 +378,9 @@ class Fabric(object): self.primary_node.bmc.fabric_config_rm_network(name=name) def unassign_network_from_uplink(self, name, uplink): - """Unassigns the network to the uplink + """Unassigns the network from the uplink - >>> fabric.unassign_network_to_uplink('foo', 0) + >>> fabric.unassign_network_from_uplink('foo', 0) :param name: The network name :type name: str -- cgit v1.2.1