Skip to content

Commit e78263f

Browse files
committed
DOC avoid hyphenation in identifier
1 parent 30b2097 commit e78263f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/faq.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ consider the lack of fork-safety in Accelerate / vecLib as a bug.
261261
In Python 3.4+ it is now possible to configure ``multiprocessing`` to
262262
use the 'forkserver' or 'spawn' start methods (instead of the default
263263
'fork') to manage the process pools. To work around this issue when
264-
using scikit-learn, you can set the JOBLIB_START_METHOD environment
264+
using scikit-learn, you can set the ``JOBLIB_START_METHOD`` environment
265265
variable to 'forkserver'. However the user should be aware that using
266266
the 'forkserver' method prevents joblib.Parallel to call function
267267
interactively defined in a shell session.

0 commit comments

Comments
 (0)