*** Wartungsfenster jeden ersten Mittwoch vormittag im Monat ***

Skip to content
Snippets Groups Projects
Unverified Commit 5b109585 authored by David Meyer's avatar David Meyer Committed by GitHub
Browse files

Merge pull request #115 from ispielma/DocStringError

Found some trivial errors in the lyse doc strings while looking at startup messages
parents ed21e1c4 e4021349
No related branches found
No related tags found
1 merge request!2Merge from GitHub
......@@ -513,7 +513,7 @@ class Run(object):
@open_file('r')
def get_wait(self, name):
"""Returns the wait paramteres: label, timeout, duration, and time out status.
"""Returns the wait parameters: label, timeout, duration, and time out status.
Args:
name (str): Name of the wait to get.
......@@ -600,7 +600,7 @@ class Run(object):
Args:
group (str): Group to look in for the results. Typically the name of
the analysis script that created it.
\*names (str): Names of results to retrieve.
*names (str): Names of results to retrieve.
Returns:
list: List of the results, in the same order as specified by names.
......@@ -760,7 +760,7 @@ class Run(object):
Iteratively calls :obj:`get_trace`.
Args:
\*names (str): Names of traces to retrieve
*names (str): Names of traces to retrieve
Returns:
list: List of numpy arrays.
......@@ -779,7 +779,7 @@ class Run(object):
Args:
group (str): Group to obtain the results from.
\*names (str): Result names to retrieve.
*names (str): Result names to retrieve.
Returns:
list: List of results.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment