From abb008dca715a75bfb372955e3e295ce6c3f1c0f Mon Sep 17 00:00:00 2001 From: Peter Sprygada Date: Sun, 24 Apr 2016 08:39:30 -0400 Subject: [PATCH] fixes docstring format in junos_command --- lib/ansible/modules/network/junos/junos_command.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ansible/modules/network/junos/junos_command.py b/lib/ansible/modules/network/junos/junos_command.py index 440fd6aeb0e..9ef7be5779d 100644 --- a/lib/ansible/modules/network/junos/junos_command.py +++ b/lib/ansible/modules/network/junos/junos_command.py @@ -41,7 +41,7 @@ options: default: null rpcs: description: - - The O(rpcs) argument accepts a list of RPCs to be executed + - The C(rpcs) argument accepts a list of RPCs to be executed over a netconf session and the results from the RPC execution is return to the playbook via the modules results dictionary. required: false