Fix docstrings for the outputters

This commit is contained in:
Tor Hveem 2013-01-11 21:29:55 +01:00
parent 22241269e0
commit c3f93136ef
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
'''
Recursively display netsted data
Recursively display nested data, this is the default outputter.
'''
# Import salt libs

View File

@ -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.
'''