Skip to content

Commit a80ae6c

Browse files
authored
Quick fix example ipynb typos (#407)
1 parent 0fc9542 commit a80ae6c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/examples/example.ipynb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1188,7 +1188,7 @@
11881188
"outputs": [],
11891189
"source": [
11901190
"time_requested_1 = datetime(2023, 6, 5, 11)\n",
1191-
"time_recieved_1 = datetime(2023, 6, 5, 11, 0, 3)\n",
1191+
"time_received_1 = datetime(2023, 6, 5, 11, 0, 3)\n",
11921192
"\n",
11931193
"await data_client.tabular_data_capture_upload(\n",
11941194
" part_id=\"<ID>\", # Unique ID of the relevant robot part.\n",
@@ -1197,7 +1197,7 @@
11971197
" method_name='IsPowered',\n",
11981198
" method_parameters=None,\n",
11991199
" tags=[\"tag_1\", \"tag_2\"],\n",
1200-
" data_request_times=[(time_requested_1, time_recieved_1)],\n",
1200+
" data_request_times=[(time_requested_1, time_received_1)],\n",
12011201
" tabular_data=[{'PowerPCT': 0, 'IsPowered': False}]\n",
12021202
")"
12031203
]
@@ -1288,7 +1288,7 @@
12881288
"cell_type": "markdown",
12891289
"metadata": {},
12901290
"source": [
1291-
"Certain types returned by `AppClient` methods (namely, `RobotPart`, `LogEntry`, `Fragment`, and `RobotPartHistoryEntry` objects) are wrapped in mirror classes that convert proto data into a friendlier, more readable format. Each of these mirrors still allows access to the intial proto type returned by the response as a property."
1291+
"Certain types returned by `AppClient` methods (namely, `RobotPart`, `LogEntry`, `Fragment`, and `RobotPartHistoryEntry` objects) are wrapped in mirror classes that convert proto data into a friendlier, more readable format. Each of these mirrors still allows access to the initial proto type returned by the response as a property."
12921292
]
12931293
},
12941294
{

0 commit comments

Comments
 (0)