mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 08:58:59 +00:00
single quotes
This commit is contained in:
parent
d73e7f3755
commit
e0397e4d72
@ -2112,7 +2112,7 @@ def serialize(name,
|
||||
show_diff=True,
|
||||
create=True,
|
||||
**kwargs):
|
||||
"""
|
||||
'''
|
||||
Serializes dataset and store it into managed file. Useful for sharing
|
||||
simple configuration files.
|
||||
|
||||
@ -2173,7 +2173,7 @@ def serialize(name,
|
||||
"engine": "node 0.4.1"
|
||||
"name": "naive",
|
||||
}
|
||||
"""
|
||||
'''
|
||||
|
||||
ret = {'changes': {},
|
||||
'comment': '',
|
||||
|
Loading…
Reference in New Issue
Block a user