Skip to content

Commit

Permalink
Merge pull request #51790 from alal/doc_fix
Browse files Browse the repository at this point in the history
Doc fix
  • Loading branch information
dwoz authored Dec 9, 2019
2 parents 5a20e90 + 1bd0aad commit 2b6e7f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion doc/ref/renderers/all/salt.renderers.yaml.rst
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ And in Python:

.. code-block:: python
{'first_level_dict_key': {'second_level_dict_key': 'value_in_second_level_dict' }
{'first_level_dict_key': {'second_level_dict_key': 'value_in_second_level_dict' } }
Rule Three: Dashes
------------------
Expand Down
1 change: 1 addition & 0 deletions doc/topics/states/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ resources to learn more about state and renderers.
rename_moe:
module.run:
- name: user.rename
- m_name: moe
- new_name: larry
- onlyif: id moe
Expand Down

0 comments on commit 2b6e7f8

Please sign in to comment.