mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Fix spelling mistake of above
Signed-off-by: Benjamin Drung <benjamin.drung@cloud.ionos.com>
This commit is contained in:
parent
ec95f729af
commit
0cd04786b1
2 changed files with 2 additions and 2 deletions
|
@ -28,7 +28,7 @@ def note(name, source=None, contents=None, **kwargs):
|
|||
------------------
|
||||
This state does not do anything to the system! It is only used by a `proccesser`
|
||||
you can use `requisites` and `order` to move your docs around the rendered file.
|
||||
.. this message appare aboce the `pkg: somepackage` state.
|
||||
.. this message appare above the `pkg: somepackage` state.
|
||||
- source: salt://{{tpldir}}/also_include_a_file.md
|
||||
|
||||
{{sls}} extra help:
|
||||
|
|
|
@ -132,7 +132,7 @@ class RecursiveDictDiffer(DictDiffer):
|
|||
The class provides access to:
|
||||
(1) the added, removed, changes keys and subkeys (using the . notation)
|
||||
``added``, ``removed``, ``changed`` methods
|
||||
(2) the diffs in the format aboce (diff property)
|
||||
(2) the diffs in the format above (diff property)
|
||||
``diffs`` property
|
||||
(3) a dict with the new changed values only (new_values property)
|
||||
``new_values`` property
|
||||
|
|
Loading…
Add table
Reference in a new issue