mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 08:58:59 +00:00
Fix docstrings for the outputters
This commit is contained in:
parent
22241269e0
commit
c3f93136ef
@ -1,5 +1,5 @@
|
||||
'''
|
||||
Recursively display netsted data
|
||||
Recursively display nested data, this is the default outputter.
|
||||
'''
|
||||
|
||||
# Import salt libs
|
||||
|
@ -1,5 +1,5 @@
|
||||
'''
|
||||
The python pretty print system is the default outputter. This outputter
|
||||
The python pretty print system was the default outputter. This outputter
|
||||
simply passed the data passed into it through the pprint module.
|
||||
'''
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user