From 716698ec8e45e7861f11c7783d310e9e3e9fb644 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Santoro?= Date: Tue, 5 May 2020 21:45:14 +0300 Subject: [PATCH] Port #50098 to master --- doc/man/salt.7 | 2 +- salt/renderers/py.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/man/salt.7 b/doc/man/salt.7 index d56a18ba54b..cac7be6071d 100644 --- a/doc/man/salt.7 +++ b/doc/man/salt.7 @@ -31714,7 +31714,7 @@ common_packages: .UNINDENT .UNINDENT .sp -tranlastes to: +translates to: .INDENT 0.0 .INDENT 3.5 .sp diff --git a/salt/renderers/py.py b/salt/renderers/py.py index 27a20257354..34f6fdf6e47 100644 --- a/salt/renderers/py.py +++ b/salt/renderers/py.py @@ -17,7 +17,7 @@ dictionaries as values. For example the following state declaration in YAML: - curl - vim -tranlastes to: +translates to: .. code-block:: python