Skip to content

Commit

Permalink
fixing docstrings
Browse files Browse the repository at this point in the history
  • Loading branch information
garethgreenaway committed Dec 3, 2019
1 parent e4659ec commit 3359ca3
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions salt/states/win_task.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ def __virtual__():


def _get_state_data(name):
r'''
'''
will return a new blank state dict.
:param str name: name of task.
Expand All @@ -104,7 +104,7 @@ def _get_state_data(name):


def _valid_location(location):
r'''
'''
will test to see if task location is valid.
:param str location: location of task.
Expand All @@ -121,7 +121,7 @@ def _valid_location(location):

def _get_task_state_data(name,
location):
r'''
'''
will get the state of a task.
:param str name: name of task
Expand Down Expand Up @@ -179,7 +179,7 @@ def _get_arguments(arguments_given,


def _task_state_prediction_bandage(state):
r'''
'''
A bandage to format and add arguments to a task state.
This is so task states can be compared.
Expand Down Expand Up @@ -229,8 +229,8 @@ def _task_state_prediction_bandage(state):

def _get_task_state_prediction(state,
new_task):
r'''
predicts what a the new task will look like
'''
predicts what a the new task will look like
:param dict state:
:param dict new_task:
Expand Down

0 comments on commit 3359ca3

Please sign in to comment.