Skip to content

Commit 4e8f2dc

Browse files
authored
Merge pull request #37 from OceanNetworksCanada/quickfix-doc
doc: fix inconsistent params and typo
2 parents b7f057e + 9f77de4 commit 4e8f2dc

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

doc/source/Tutorial/onc_Library_Tutorial.ipynb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -389,7 +389,7 @@
389389
"source": [
390390
"### 2.1 Near real-time scalar data download\n",
391391
"\n",
392-
"In this example we want to download one minute of **Pressure** sensor data from a **CTD** at location \"Bullseye\"\" (locationCode: **NC89**)\n"
392+
"In this example we want to download one minute of **Pressure** sensor data from a **CTD** at location \"Bullseye\" (locationCode: **NC89**)\n"
393393
]
394394
},
395395
{
@@ -409,9 +409,9 @@
409409
"params = {\n",
410410
" \"locationCode\": \"NC89\",\n",
411411
" \"deviceCategoryCode\": \"CTD\",\n",
412-
" \"dateFrom\": \"2017-01-20T00:00:00.000Z\",\n",
412+
" \"dateFrom\": \"2020-06-20T00:00:00.000Z\",\n",
413413
" \"propertyCode\": \"pressure\",\n",
414-
" \"dateTo\": \"2017-01-20T00:01:00.000Z\",\n",
414+
" \"dateTo\": \"2020-06-20T00:00:10.000Z\",\n",
415415
"}\n",
416416
"\n",
417417
"# 2. Call methods in the onc library\n",
@@ -468,7 +468,7 @@
468468
"source": [
469469
"### 2.2 Near real-time raw data readings\n",
470470
"\n",
471-
"In this example we want to download one minute of raw data from a **CTD** at location \"Bullseye\"\" (locationCode: **NC89**)\n"
471+
"In this example we want to download one minute of raw data from a **CTD** at location \"Bullseye\" (locationCode: **NC89**)\n"
472472
]
473473
},
474474
{

0 commit comments

Comments
 (0)