mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Fix line wrap
This commit is contained in:
parent
32a2194a06
commit
1d3b264786
1 changed files with 2 additions and 1 deletions
|
@ -215,7 +215,8 @@ def present(
|
|||
.. versionadded:: 2018.3.0
|
||||
|
||||
kwargs
|
||||
Additional keyword arguments to pass to :py:func:`docker.build <salt.modules.dockermod.build>`
|
||||
Additional keyword arguments to pass to
|
||||
:py:func:`docker.build <salt.modules.dockermod.build>`
|
||||
"""
|
||||
ret = {"name": name, "changes": {}, "result": False, "comment": ""}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue