Skip to content

Commit cf70577

Browse files
authored
fix typo
1 parent aaeb1d8 commit cf70577

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

notebooks/pathomics/slide_microscopy_metadata_search.ipynb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2809,7 +2809,7 @@
28092809
{
28102810
"cell_type": "code",
28112811
"source": [
2812-
"print(f'Attributes in sm_index: \\n{idc_client.index.dtypes}\\n')"
2812+
"print(f'Attributes in index: \\n{idc_client.index.dtypes}\\n')"
28132813
],
28142814
"metadata": {
28152815
"colab": {
@@ -2824,7 +2824,7 @@
28242824
"output_type": "stream",
28252825
"name": "stdout",
28262826
"text": [
2827-
"Attributes in sm_index: \n",
2827+
"Attributes in index: \n",
28282828
"collection_id object\n",
28292829
"analysis_result_id object\n",
28302830
"PatientID object\n",
@@ -3909,4 +3909,4 @@
39093909
}
39103910
}
39113911
]
3912-
}
3912+
}

0 commit comments

Comments
 (0)