Skip to content

Commit

Permalink
[docs] fix typo in huggingface_text_classification.ipynb (#32207)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidxia authored Feb 4, 2023
1 parent 8b55e2d commit 37c0f76
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"id": "LRdL3kWBhYbQ"
},
"source": [
"We will use `ray.init()` to initialize a local cluster. By default, this cluster will be compromised of only the machine you are running this notebook on. You can also run this notebook on an Anyscale cluster.\n",
"We will use `ray.init()` to initialize a local cluster. By default, this cluster will be comprised of only the machine you are running this notebook on. You can also run this notebook on an Anyscale cluster.\n",
"\n",
"Note: this notebook *will not* run in Ray Client mode."
]
Expand Down

0 comments on commit 37c0f76

Please sign in to comment.