Skip to content

Commit 644cb6f

Browse files
author
sreeder
committed
update doc strings
1 parent f33c2cb commit 644cb6f

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

odm2api/ODM2/services/readService.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -632,8 +632,8 @@ def getResults(self, ids=None, type=None, uuids=None, actionid=None, simulationi
632632
simulationid (int, optional): SimulationID.
633633
sfid (int, optional): SamplingFeatureID.
634634
variableid (int, optional): VariableID.
635-
siteid (int, optional): SiteID. - goes through related features table and finds all of the measurement
636-
values recorded at the given site
635+
siteid (int, optional): SiteID. - goes through related features table and finds all of results
636+
recorded at the given site
637637
638638
Returns:
639639
list: List of Result objects
@@ -728,7 +728,7 @@ def getDataSets(self, ids= None, codes=None, uuids=None, dstype=None):
728728

729729
# Datasets
730730

731-
def getDataSetsResults(self, ids= None, codes=None, uuids=None, dstype=None):
731+
def getDataSetsResults(self, ids=None, codes=None, uuids=None, dstype=None):
732732
"""
733733
Retrieve a detailed list of Datasets along with detailed metadata about the datasets
734734
and the results contained within them

0 commit comments

Comments
 (0)