Skip to content

Commit 53e9631

Browse files
author
sreeder
committed
fix bold documentations
1 parent 60ebf3f commit 53e9631

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

odm2api/ODM2/services/readService.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -704,16 +704,16 @@ def getDataSets(self, codes=None, uuids=None):
704704
return None
705705

706706
def getSamplingFeatureDatasets(self, ids=None, codes=None, uuids=None, dstype=None):
707-
"""Retrieve a list of Sampling Feature objects.
707+
"""
708708
Retrieve a list of Datasets associated with the given sampling feature data.
709709
710-
>>> Must specify either samplingFeatureID OR samplingFeatureUUID OR samplingFeatureCode)
710+
**Must specify either samplingFeatureID OR samplingFeatureUUID OR samplingFeatureCode)**
711711
712712
Args:
713713
ids (list, optional): List of SamplingFeatureIDs.
714714
codes (list, optional): List of SamplingFeature Codes.
715715
uuids (list, optional): List of UUIDs string.
716-
type (str, optional): Type of Dataset from
716+
dstype (str, optional): Type of Dataset from
717717
`controlled vocabulary name <http://vocabulary.odm2.org/datasettype/>`_.
718718
719719

0 commit comments

Comments
 (0)