summaryrefslogtreecommitdiff
path: root/lib/ansible/modules/network/aci/aci_vlan_pool.py
diff options
context:
space:
mode:
authorDag Wieers <dag@wieers.com>2018-02-25 19:13:16 +0100
committerGitHub <noreply@github.com>2018-02-25 19:13:16 +0100
commit8f6eea50dbdbd4dd5591d6244e79acd5981833ae (patch)
treee870b81312e1e4f8795b618cc1f11d2993d692d9 /lib/ansible/modules/network/aci/aci_vlan_pool.py
parent984bface146baa57b457c337a722047c7b9262d5 (diff)
downloadansible-8f6eea50dbdbd4dd5591d6244e79acd5981833ae.tar.gz
More improvements to ACI module docs (#36689)
* More improvements to ACI module docs * Asorted improvements * Found 2 more * Improvements to aci_rest documentation
Diffstat (limited to 'lib/ansible/modules/network/aci/aci_vlan_pool.py')
-rw-r--r--lib/ansible/modules/network/aci/aci_vlan_pool.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ansible/modules/network/aci/aci_vlan_pool.py b/lib/ansible/modules/network/aci/aci_vlan_pool.py
index dddbb7f199..b724990b77 100644
--- a/lib/ansible/modules/network/aci/aci_vlan_pool.py
+++ b/lib/ansible/modules/network/aci/aci_vlan_pool.py
@@ -19,7 +19,7 @@ short_description: Manage VLAN pools (fvns:VlanInstP)
description:
- Manage VLAN pools on Cisco ACI fabrics.
notes:
-- More information from the internal APIC class I(fvns:VlanInstP) at
+- More information about the internal APIC class B(fvns:VlanInstP) at
U(https://developer.cisco.com/docs/apic-mim-ref/).
author:
- Jacob McGill (@jmcgill298)