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