From 5dc29dbc8b6f038eb9c31d962cb398107c208966 Mon Sep 17 00:00:00 2001 From: Jason Edelman Date: Thu, 18 Aug 2016 07:21:32 -0400 Subject: [PATCH] added a period --- network/nxos/nxos_switchport.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/network/nxos/nxos_switchport.py b/network/nxos/nxos_switchport.py index dba6ac19a73..1f7f730a0d7 100644 --- a/network/nxos/nxos_switchport.py +++ b/network/nxos/nxos_switchport.py @@ -73,7 +73,7 @@ options: trunk_allowed_vlans: description: - if C(mode=trunk), these are the only VLANs that will be - configured on the trunk, i.e. "2-10,15" + configured on the trunk, i.e. "2-10,15". required: false version_added: 2.2 default: null