From 784ccd8a030abffa17403dafe4eff1aa98f087be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A2muran=20=C4=B0mran?= <73625486+kamurani@users.noreply.github.com> Date: Fri, 9 May 2025 10:49:01 +1000 Subject: [PATCH] fix typo --- doc/basic_usage.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/basic_usage.rst b/doc/basic_usage.rst index d320995f..05f4ab89 100644 --- a/doc/basic_usage.rst +++ b/doc/basic_usage.rst @@ -425,7 +425,7 @@ of the reducer object, or call transform on the original data. embedding = reducer.transform(digits.data) # Verify that the result of calling transform is - # idenitical to accessing the embedding_ attribute + # identical to accessing the embedding_ attribute assert(np.all(embedding == reducer.embedding_)) embedding.shape