Skip to content

Commit

Permalink
Merge pull request #49036 from cspeidel/doc-fix-netyang
Browse files Browse the repository at this point in the history
minor doc fix in netyang.py
  • Loading branch information
Nicole Thomas committed Aug 9, 2018
2 parents c5f3fd6 + f7ac085 commit 69c9b0a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc/man/salt.7
Expand Up @@ -329876,7 +329876,7 @@ This module in particular requires also napalm\-yang.
.INDENT 0.0
.TP
.B salt.states.netyang.configured(name, data, models, **kwargs)
Configure the network device, given the input data strucuted
Configure the network device, given the input data structured
according to the YANG models.
.sp
\fBNOTE:\fP
Expand Down
2 changes: 1 addition & 1 deletion salt/states/netyang.py
Expand Up @@ -79,7 +79,7 @@ def managed(name,
models,
**kwargs):
'''
Manage the device configuration given the input data strucuted
Manage the device configuration given the input data structured
according to the YANG models.
data
Expand Down

0 comments on commit 69c9b0a

Please sign in to comment.