Fix spelling mistake of above

Signed-off-by: Benjamin Drung <benjamin.drung@cloud.ionos.com>
This commit is contained in:
Benjamin Drung 2020-04-29 14:11:29 +02:00 committed by Daniel Wozniak
parent ec95f729af
commit 0cd04786b1
2 changed files with 2 additions and 2 deletions

View file

@ -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:

View file

@ -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