From fd70cbc3ee32564acff56e47b257f0834c22d02a Mon Sep 17 00:00:00 2001 From: PhilipMay Date: Tue, 25 Jun 2024 04:03:08 +0000 Subject: [PATCH] deploy: 268dfa0d3077882aa1690c2dc37346ff5fef920a --- api-reference/text.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api-reference/text.html b/api-reference/text.html index 84fa8a8..006ace5 100644 --- a/api-reference/text.html +++ b/api-reference/text.html @@ -163,7 +163,7 @@
distance(text) float[source]

Calculate the distance between the fitted text and the given text.

-

This implementation uses the Manhattan distance (scipy.spatial.distance.cityblock()). +

This implementation uses the Manhattan distance (scipy.spatial.distance.cityblock()). The distance is only calculated for max_dimensions most commen characters.

Parameters: