From 24027d1bf8f1910fb9dfb3e7d6e76a6f2185d1af Mon Sep 17 00:00:00 2001 From: "A.L. Kleijngeld" Date: Fri, 27 Jan 2017 21:48:46 +0100 Subject: [PATCH] Update config.rst: see issue #2410 `When a match is above the *medium* recommendation threshold` -> `When a match is below the *medium* recommendation threshold` As discussed in issue #2410, which is fixed by this edit. --- docs/reference/config.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/config.rst b/docs/reference/config.rst index 8e43e2dd7..779e920d2 100644 --- a/docs/reference/config.rst +++ b/docs/reference/config.rst @@ -620,7 +620,7 @@ automatically accept any matches above 90% similarity, use:: The default strong recommendation threshold is 0.04. The ``medium_rec_thresh`` and ``rec_gap_thresh`` options work similarly. When a -match is above the *medium* recommendation threshold or the distance between it +match is below the *medium* recommendation threshold or the distance between it and the next-best match is above the *gap* threshold, the importer will suggest that match but not automatically confirm it. Otherwise, you'll see a list of options to choose from.