Fixed Arista typo in docstring (#36139) (#36399)

(cherry picked from commit 08eaf37ca8)
pull/36420/head
Ganesh Nalawade 8 years ago committed by GitHub
parent 51673f431f
commit 688bf25bda
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -20,7 +20,7 @@ author: "Ricardo Carrillo Cruz (@rcarrillocruz)"
short_description: Manage L2 interfaces on Arista EOS network devices.
description:
- This module provides declarative management of L2 interfaces
on Arist EOS network devices.
on Arista EOS network devices.
notes:
- Tested against EOS 4.15
options:

@ -20,7 +20,7 @@ author: "Ganesh Nalawade (@ganeshrn)"
short_description: Manage L3 interfaces on Arista EOS network devices.
description:
- This module provides declarative management of L3 interfaces
on Arist EOS network devices.
on Arista EOS network devices.
notes:
- Tested against EOS 4.15
options:

@ -17,7 +17,7 @@ DOCUMENTATION = """
module: eos_linkagg
version_added: "2.5"
author: "Trishna Guha (@trishnaguha)"
short_description: Manage link aggregation groups on Arist EOS network devices
short_description: Manage link aggregation groups on Arista EOS network devices
description:
- This module provides declarative management of link aggregation groups
on Arista EOS network devices.

@ -17,7 +17,7 @@ DOCUMENTATION = """
module: eos_static_route
version_added: "2.5"
author: "Trishna Guha (@trishnaguha)"
short_description: Manage static IP routes on Arist EOS network devices
short_description: Manage static IP routes on Arista EOS network devices
description:
- This module provides declarative management of static
IP routes on Arista EOS network devices.

Loading…
Cancel
Save