Skip to content

Commit 9ae2029

Browse files
committed
Fix z_title spelling
1 parent ab40061 commit 9ae2029

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/utils/embeddings_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ def chart_from_components_3D(
221221
strings: Optional[List[str]] = None,
222222
x_title: str = "Component 0",
223223
y_title: str = "Component 1",
224-
z_title: str = "Compontent 2",
224+
z_title: str = "Component 2",
225225
mark_size: int = 5,
226226
**kwargs,
227227
):

0 commit comments

Comments
 (0)