From fad66eb8296d0d7da27e041d78a8edff5b7d4361 Mon Sep 17 00:00:00 2001 From: Jack Bowyer <69237869+jackbowyer@users.noreply.github.com> Date: Thu, 7 Mar 2024 11:05:45 +0000 Subject: [PATCH] DOC Fix typo in FAQ (#28591) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Loïc Estève --- doc/faq.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/faq.rst b/doc/faq.rst index afdeb162c3486..c71ca2a5e43eb 100644 --- a/doc/faq.rst +++ b/doc/faq.rst @@ -417,8 +417,8 @@ Note that the example above uses the third-party edit distance package `leven `_. Similar tricks can be used, with some care, for tree kernels, graph kernels, etc. -Why do I sometime get a crash/freeze with ``n_jobs > 1`` under OSX or Linux? -^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +Why do I sometimes get a crash/freeze with ``n_jobs > 1`` under OSX or Linux? +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Several scikit-learn tools such as :class:`~model_selection.GridSearchCV` and :class:`~model_selection.cross_val_score` rely internally on Python's