Skip to content

Commit bdc4033

Browse files
authored
Update usage.rst
1 parent de5d26e commit bdc4033

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/source/usage.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,7 @@ OGC API - Environmental Data Retrieval - Part 1: Core 1.0
362362
>>> from owslib.ogcapi.edr import EnvironmentalDataRetrieval
363363
>>> e = EnvironmentalDataRetrieval('http://localhost:5000')
364364
>>> icoads_sst = m.collection('icoads-sst')
365-
>>> data = e.query_data('icoads_sst', 'position', coords='POINT(-75 45)', parameter_names='SST,AIRT')
365+
>>> data = e.query_data('icoads_sst', 'position', coords='POINT(-75 45)', parameter_names=['SST', 'AIRT'])
366366
367367
368368
WCS

0 commit comments

Comments
 (0)