Skip to content

Commit e4de3e4

Browse files
author
sreeder
committed
bold required element in documentation
1 parent 01b1933 commit e4de3e4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Examples/Sample.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
# session_factory = dbconnection.createConnection('sqlite', '/Users/stephanie/DEV/YODA-Tools/tests/test_files/XL_specimen.sqlite', 2.0)
2828

2929

30-
30+
session_factory = dbconnection.createConnection('postgresql', 'odm2wofpy1.uwrl.usu.edu', 'odm2', 'dbadmin', 'pinkbananastastegross')
3131

3232

3333

odm2api/ODM2/services/readService.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -707,7 +707,7 @@ def getSamplingFeatureDatasets(self, ids=None, codes=None, uuids=None, type=None
707707
"""Retrieve a list of Sampling Feature objects.
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.

0 commit comments

Comments
 (0)