Skip to content

Commit

Permalink
Docstring updates
Browse files Browse the repository at this point in the history
  • Loading branch information
dnaeon committed Apr 16, 2015
1 parent eb96e73 commit 6b31cf2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/pvc/widget/gauge.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,10 @@ def __init__(self, dialog, task, interval=0.5, **kwargs):
A gauge for displaying progress of a task
Args:
dialog (dialog.Dialog): A Dialog instance
task (pyVmomi.vim.Task): A Task instance
interval (float): Check task state each 'interval' seconds
kwargs (dict): Additional args to be passed to dialog(1)
dialog (dialog.Dialog): A Dialog instance
task (vim.Task): A Task instance
interval (float): Check task state each 'interval' seconds
kwargs (dict): Additional args to be passed to dialog(1)
"""
self.dialog = dialog
Expand Down

0 comments on commit 6b31cf2

Please sign in to comment.