From 270d42e73a8e5a8a2efc2243d03a81777da5cfd1 Mon Sep 17 00:00:00 2001 From: Mark Amery Date: Sun, 20 Nov 2016 17:08:04 +0000 Subject: [PATCH] Fix another typo on the website --- website/docs/usage/language-processing-pipeline.jade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/usage/language-processing-pipeline.jade b/website/docs/usage/language-processing-pipeline.jade index f6b044f2f..3a30ce6cb 100644 --- a/website/docs/usage/language-processing-pipeline.jade +++ b/website/docs/usage/language-processing-pipeline.jade @@ -56,7 +56,7 @@ p | fetched via #[code spacy.util.get_data_path()]. You can | configure this default using #[code spacy.util.set_data_path()]. | The data path is expected to be either a string, or an object - | responding to #[code thepathlib.Path] interface. If the path is + | responding to the #[code pathlib.Path] interface. If the path is | a string, it will be immediately transformed into a | #[code pathlib.Path] object. spaCy promises to never manipulate | or open file-system paths as strings. All access to the