Skip to content

Commit b22502f

Browse files
committed
Some more typo fixes
Signed-off-by: NilashishC <[email protected]>
1 parent 3bd98b3 commit b22502f

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

roles/resource_module/templates/module_directory/network_os/network_os_resource.py.j2

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -56,15 +56,15 @@ EXAMPLES = """
5656

5757
RETURN = """
5858
before:
59-
description: The configuration prior to the model invocation
59+
description: The configuration prior to the model invocation.
6060
returned: always
61-
sample: The configuration returned will alwys be in the same format of the paramters above.
61+
sample: The configuration returned will always be in the same format of the parameters above.
6262
after:
63-
description: The resulting configuration model invocation
63+
description: The resulting configuration model invocation.
6464
returned: when changed
65-
sample: The configuration returned will alwys be in the same format of the paramters above.
65+
sample: The configuration returned will always be in the same format of the parameters above.
6666
commands:
67-
description: The set of commands pushed to the remote device
67+
description: The set of commands pushed to the remote device.
6868
returned: always
6969
type: list
7070
sample: ['command 1', 'command 2', 'command 3']

roles/resource_module/templates/module_utils/network_os/config/resource/resource.py.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ class {{ resource|capitalize }}(ConfigBase, {{ resource|capitalize }}Args):
4545
""" Execute the module
4646
4747
:rtype: A dictionary
48-
:returns: The result from moduel execution
48+
:returns: The result from module execution
4949
"""
5050
result = {'changed': False}
5151
commands = list()

0 commit comments

Comments
 (0)