mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Fix the same indentation bug, but in the man page.
This commit is contained in:
parent
b384a0d758
commit
1440248e1a
1 changed files with 5 additions and 5 deletions
|
@ -1813,11 +1813,11 @@ This example shows a very basic python SLS file:
|
|||
#!py
|
||||
|
||||
def run():
|
||||
\(aq\(aq\(aq
|
||||
Install the django package
|
||||
\(aq\(aq\(aq
|
||||
return {\(aqinclude\(aq: [\(aqpython\(aq],
|
||||
\(aqdjango\(aq: {\(aqpkg\(aq: [\(aqinstalled\(aq]}}
|
||||
\(aq\(aq\(aq
|
||||
Install the django package
|
||||
\(aq\(aq\(aq
|
||||
return {\(aqinclude\(aq: [\(aqpython\(aq],
|
||||
\(aqdjango\(aq: {\(aqpkg\(aq: [\(aqinstalled\(aq]}}
|
||||
.ft P
|
||||
.fi
|
||||
.sp
|
||||
|
|
Loading…
Add table
Reference in a new issue