mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Merge pull request #49036 from cspeidel/doc-fix-netyang
minor doc fix in netyang.py
This commit is contained in:
commit
69c9b0afb1
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue