summaryrefslogtreecommitdiff
path: root/src/python/doc/bottleneck_distance_user.rst
diff options
context:
space:
mode:
authorMarc Glisse <marc.glisse@inria.fr>2020-11-13 13:59:05 +0100
committerGitHub <noreply@github.com>2020-11-13 13:59:05 +0100
commitd0636be036ba4a5f0e8681d3d4804aaf33ee5eb3 (patch)
treee976dcec6ff5684ac9f94e1e2f14a2dd20161159 /src/python/doc/bottleneck_distance_user.rst
parenta6fe8d15a755c4843b2981cf6e1ba00b6eccd81b (diff)
parent53376fde3f35576af18fac33d731e8398da7522e (diff)
Merge pull request #405 from mglisse/botneg
Bottleneck distance for one point or negative coordinates
Diffstat (limited to 'src/python/doc/bottleneck_distance_user.rst')
-rw-r--r--src/python/doc/bottleneck_distance_user.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/python/doc/bottleneck_distance_user.rst b/src/python/doc/bottleneck_distance_user.rst
index 6c6e08d9..7baa76cc 100644
--- a/src/python/doc/bottleneck_distance_user.rst
+++ b/src/python/doc/bottleneck_distance_user.rst
@@ -47,7 +47,7 @@ The following example explains how the distance is computed:
:figclass: align-center
The point (0, 13) is at distance 6.5 from the diagonal and more
- specifically from the point (6.5, 6.5)
+ specifically from the point (6.5, 6.5).
Basic example
@@ -72,6 +72,6 @@ The output is:
.. testoutput::
- Bottleneck distance approximation = 0.81
+ Bottleneck distance approximation = 0.72
Bottleneck distance value = 0.75