Fix some docstrings in the virt module

This commit is contained in:
Thomas S Hatch 2011-03-16 22:13:46 -06:00
parent 978e4b4954
commit 7b60f6f30e

View File

@ -80,6 +80,9 @@ def vm_info():
def node_info():
'''
Return a dict with information about this node
CLI Example:
salt '*' virt.node_info
'''
conn = __get_conn()
info = {}