1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

fixes documentation string

This commit is contained in:
Peter Sprygada 2016-01-15 15:07:45 -05:00
parent fd2d4e2271
commit 4e5dc44289

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()