From 50e7b378a680c674b8a8b6074f19db2c338f42b4 Mon Sep 17 00:00:00 2001 From: GGabriele Date: Mon, 5 Sep 2016 17:47:13 +0200 Subject: [PATCH] Fixed docstring --- network/nxos/nxos_vrf_af.py | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/network/nxos/nxos_vrf_af.py b/network/nxos/nxos_vrf_af.py index 41f36cdc27f..67b4ef04046 100644 --- a/network/nxos/nxos_vrf_af.py +++ b/network/nxos/nxos_vrf_af.py @@ -20,13 +20,13 @@ DOCUMENTATION = ''' --- module: nxos_vrf_af version_added: "2.2" -short_description: Manages VRF AF +short_description: Manages VRF AF. description: - Manages VRF AF author: Gabriele Gerbino (@GGabriele) extends_documentation_fragment: nxos notes: - - default, where supported, restores params default value + - Default, where supported, restores params default value. options: vrf: description: @@ -53,7 +53,8 @@ options: default: null state: description: - - Determines whether the config should be present or not on the device. + - Determines whether the config should be present or + not on the device. required: false default: present choices: ['present','absent']