From b77436823bf5aa2525f48680c2fdb53951d0a6b3 Mon Sep 17 00:00:00 2001 From: GGabriele Date: Mon, 5 Sep 2016 17:40:26 +0200 Subject: [PATCH] Fixed docstring --- network/nxos/nxos_reboot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/network/nxos/nxos_reboot.py b/network/nxos/nxos_reboot.py index 1797163f3ec..aefab439e91 100644 --- a/network/nxos/nxos_reboot.py +++ b/network/nxos/nxos_reboot.py @@ -22,7 +22,7 @@ module: nxos_reboot version_added: 2.2 short_description: Reboot a network device. description: - - Reboot a network device + - Reboot a network device. extends_documentation_fragment: nxos author: - Jason Edelman (@jedelman8)