From dd4b6a8585a6e3e9281048560cd5059e13b825f1 Mon Sep 17 00:00:00 2001 From: GGabriele Date: Mon, 5 Sep 2016 16:55:57 +0200 Subject: [PATCH] Fixing docstring format --- network/nxos/nxos_vpc_interface.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/network/nxos/nxos_vpc_interface.py b/network/nxos/nxos_vpc_interface.py index 7752bd7a821..02130e93601 100644 --- a/network/nxos/nxos_vpc_interface.py +++ b/network/nxos/nxos_vpc_interface.py @@ -37,21 +37,21 @@ notes: options: portchannel: description: - - group number of the portchannel that will be configured + - Group number of the portchannel that will be configured. required: true vpc: description: - - vpc group/id that will be configured on associated portchannel + - VPC group/id that will be configured on associated portchannel. required: false default: null peer_link: description: - - Set to true/false for peer link config on assoicated portchannel + - Set to true/false for peer link config on assoicated portchannel. required: false default: null state: description: - - Manages desired state of the resource + - Manages desired state of the resource. required: true choices: ['present','absent'] '''