From 32a1dd33a6f6d5331b0aca9fe0007fcb3075af31 Mon Sep 17 00:00:00 2001 From: "JC (Jonathan Chen)" Date: Wed, 12 Apr 2023 11:01:10 -0400 Subject: [PATCH] docs: fix spelling --- docs/docs/features.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/features.rst b/docs/docs/features.rst index e13c197c..e7ef6731 100644 --- a/docs/docs/features.rst +++ b/docs/docs/features.rst @@ -77,7 +77,7 @@ Performance Issues Importing ``numpy`` can be quite slow sometimes, as well as loading the builtins the first time. If you want to speed things up, you could preload -libriaries in |jedi|, with :func:`.preload_module`. However, once loaded, this +libraries in |jedi|, with :func:`.preload_module`. However, once loaded, this should not be a problem anymore. The same is true for huge modules like ``PySide``, ``wx``, ``tensorflow``, ``pandas``, etc.