fixes documentation string

pull/4420/head
Peter Sprygada 2016-01-15 15:07:45 -05:00
parent fd2d4e2271
commit 4e5dc44289
1 changed files with 1 additions and 1 deletions

View File

@ -191,7 +191,7 @@ class NxosModule(AnsibleModule):
return resp['ins_api']['outputs']['output']['body'] return resp['ins_api']['outputs']['output']['body']
def get_module(**kwargs): def get_module(**kwargs):
"""Return instance of EosModule """Return instance of NxosModule
""" """
argument_spec = NET_COMMON_ARGS.copy() argument_spec = NET_COMMON_ARGS.copy()