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)