Skip to content

Commit

Permalink
Merge pull request #53 from InfuseAI/fix-typo
Browse files Browse the repository at this point in the history
fix typo
  • Loading branch information
ggosiang committed Sep 28, 2021
2 parents 597b88a + 55f89f0 commit e80f710
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/notebook/images.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
"metadata": {},
"outputs": [],
"source": [
"# Get a dataset\n",
"# Get an image\n",
"ph.images.get('tf-2')"
]
}
Expand Down
4 changes: 2 additions & 2 deletions docs/notebook/instancetypes.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"metadata": {},
"outputs": [],
"source": [
"# List images\n",
"# List instanceTypes\n",
"ph.instancetypes.list()"
]
},
Expand All @@ -79,7 +79,7 @@
"metadata": {},
"outputs": [],
"source": [
"# Get a dataset\n",
"# Get an instanceType\n",
"ph.instancetypes.get('cpu-1')"
]
},
Expand Down
2 changes: 1 addition & 1 deletion docs/notebook/notebooks.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"id": "96a0c2fb",
"metadata": {},
"source": [
"### Get detail information of schedules"
"### Get detail information of notebook"
]
},
{
Expand Down

0 comments on commit e80f710

Please sign in to comment.