From 467fde5644cf7874b718ea3879c665a38c5ce0a8 Mon Sep 17 00:00:00 2001 From: Scott Peshak Date: Sat, 4 Feb 2017 01:53:11 -0600 Subject: [PATCH] Correct typo in net_command docs (#20976) --- lib/ansible/modules/network/basics/net_command.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ansible/modules/network/basics/net_command.py b/lib/ansible/modules/network/basics/net_command.py index ac7a1beb4f0..34d20b4b42c 100644 --- a/lib/ansible/modules/network/basics/net_command.py +++ b/lib/ansible/modules/network/basics/net_command.py @@ -27,7 +27,7 @@ DOCUMENTATION = """ module: net_command version_added: "2.3" author: "Peter Sprygada (@privateip)" -short_description: Executes a common on a remote network device +short_description: Executes a command on a remote network device description: - This module will take the command and execute it on the remote device in a CLI shell. The command will output will be returned