From 15f16db6ca3fd10a9667358d2f7b7e6eaf967e0a Mon Sep 17 00:00:00 2001 From: "Patrick J. Burns" Date: Tue, 9 May 2023 09:52:34 -0400 Subject: [PATCH] Fix typo (#12615) --- website/meta/universe.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/meta/universe.json b/website/meta/universe.json index 05877cfc6..b39ebb528 100644 --- a/website/meta/universe.json +++ b/website/meta/universe.json @@ -11,7 +11,7 @@ "# pip install https://huggingface.co/latincy/la_core_web_lg/resolve/main/la_core_web_lg-any-py3-none-any.whl", "import spacy", "nlp = spacy.load('la_core_web_lg')", - "doc = nlp('Haec narranatur a poetis de Perseo')", + "doc = nlp('Haec narrantur a poetis de Perseo')", "", "print(f'{doc[0].text}, {doc[0].norm_}, {doc[0].lemma_}, {doc[0].pos_}')", "",