diff --git a/lib/ansible/modules/network/aci/aci_bd_to_l3out.py b/lib/ansible/modules/network/aci/aci_bd_to_l3out.py index 1717b023a8a..ff1708343c7 100644 --- a/lib/ansible/modules/network/aci/aci_bd_to_l3out.py +++ b/lib/ansible/modules/network/aci/aci_bd_to_l3out.py @@ -18,7 +18,7 @@ description: - Bind Bridge Domain to L3 Out on Cisco ACI fabrics. notes: - The C(bd) and C(l3out) parameters should exist before using this module. - The M(aci_bd) and M(aci_l3out) can be used for these. + The M(aci_bd) and C(aci_l3out) can be used for these. - More information about the internal APIC class B(fv:RsBDToOut) from L(the APIC Management Information Model reference,https://developer.cisco.com/docs/apic-mim-ref/). author: