From 7806deceb464130c8d86e659a5da3dca09d1b048 Mon Sep 17 00:00:00 2001 From: Ines Montani Date: Mon, 1 Oct 2018 10:49:29 +0200 Subject: [PATCH] Fix typo (closes #2815) [ci skip] --- website/api/_top-level/_compat.jade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/api/_top-level/_compat.jade b/website/api/_top-level/_compat.jade index 2905bf281..c9b023647 100644 --- a/website/api/_top-level/_compat.jade +++ b/website/api/_top-level/_compat.jade @@ -6,7 +6,7 @@ p | but somewhat ugly in Python. Logic that deals with Python or platform | compatibility only lives in #[code spacy.compat]. To distinguish them from | the builtin functions, replacement functions are suffixed with an - | undersocre, e.e #[code unicode_]. + | underscore, e.e #[code unicode_]. +aside-code("Example"). from spacy.compat import unicode_, json_dumps