summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormatthew.hodgins <matthew.hodgins@calxeda.com>2013-12-11 11:20:32 -0600
committermatthew.hodgins <matthew.hodgins@calxeda.com>2013-12-11 11:20:32 -0600
commita1401843116421f8fe5cac4e377b70b4657f64ff (patch)
treee45ba823f18a476ed032aa5ee095b58a47658b02
parent9ea70573e95dd0172dd9dd0edb01bc0709d3f58d (diff)
downloadcxmanage-a1401843116421f8fe5cac4e377b70b4657f64ff.tar.gz
nojira doc change
Signed-off-by: matthew.hodgins <matthew.hodgins@calxeda.com>
-rw-r--r--cxmanage_api/fabric.py4
1 files 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