From c6a0c1cc3802310ca7be1ec20a420d19f95a7a8d Mon Sep 17 00:00:00 2001 From: Calum Calder Date: Thu, 22 Mar 2018 19:23:32 +0000 Subject: [PATCH] Fix typo in documentation for displacy Visualizer The word_spacing variable affects the vertical spacing between the words and arcs, not the horizontal spacing. --- website/api/_top-level/_displacy.jade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/api/_top-level/_displacy.jade b/website/api/_top-level/_displacy.jade index a3d7240d6..105bb0cc6 100644 --- a/website/api/_top-level/_displacy.jade +++ b/website/api/_top-level/_displacy.jade @@ -208,7 +208,7 @@ p +row +cell #[code word_spacing] +cell int - +cell Horizontal spacing between words and arcs in px. + +cell Vertical spacing between words and arcs in px. +cell #[code 45] +row