Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Aug 18, 2023
1 parent dcc8862 commit c4fea10
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@

from __future__ import absolute_import, division, print_function


__metaclass__ = type

#############################################
Expand Down
2 changes: 1 addition & 1 deletion plugins/modules/ios_user_global.py
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@
transforms it into JSON format as per the resource module parameters and the
value is returned in the I(parsed) key within the result. The value of C(running_config)
option should be the same format as the output of command
I(show running-config | section ^username|^enable) executed on device. For state I(parsed)
I(show running-config | section ^username|^enable) executed on device. For state I(parsed)
active connection to remote host is not required.
type: str
"""
Expand Down

0 comments on commit c4fea10

Please sign in to comment.