From 47015829c0e6d06f1c240691ac204df7644edabe Mon Sep 17 00:00:00 2001 From: GGabriele Date: Thu, 15 Sep 2016 12:30:20 +0200 Subject: [PATCH] Fixing docstring --- network/nxos/nxos_vtp_password.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/network/nxos/nxos_vtp_password.py b/network/nxos/nxos_vtp_password.py index ff1991c0331..a4170763cd1 100644 --- a/network/nxos/nxos_vtp_password.py +++ b/network/nxos/nxos_vtp_password.py @@ -21,7 +21,7 @@ DOCUMENTATION = ''' module: nxos_vtp version_added: "2.2" -short_description: Manages VTP configuration. +short_description: Manages VTP password configuration. description: - Manages VTP configuration extends_documentation_fragment: nxos