mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
fix typo
This commit is contained in:
parent
cb9cb463b0
commit
80d085ea92
1 changed files with 2 additions and 2 deletions
|
@ -1969,7 +1969,7 @@ def network_present(name, driver=None, containers=None):
|
|||
Ensure that a network is present.
|
||||
|
||||
name
|
||||
Name of the netwotk
|
||||
Name of the network
|
||||
|
||||
driver
|
||||
Type of driver for that network.
|
||||
|
@ -2045,7 +2045,7 @@ def network_absent(name, driver=None):
|
|||
Ensure that a network is absent.
|
||||
|
||||
name
|
||||
Name of the netwotk
|
||||
Name of the network
|
||||
|
||||
Usage Examples:
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue