Skip to content

Commit 2dc15ff

Browse files
committed
docs: fix simple typo, secion -> section
There is a small typo in doc/home.rst. Should read `section` rather than `secion`. Signed-off-by: Tim Gates <[email protected]>
1 parent c696d6b commit 2dc15ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/home.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ PyPI
2121

2222
Install from pypi using pip: ``pip install lightfm``. Everything should work out-of-the box on Linux, OSX using Homebrew Python, and Windows using Miniconda.
2323

24-
Note for OSX and Windows users: LightFM will by default not use OpenMP on OSX and Windows, and so all model fitting will be single-threaded. This is due to the fact that Clang (and Miniconda) does not support OpenMP, and installing an OpenMP-enabled version of gcc is complicated and labour-intensive. If you'd like to use the multi-threading capabilities of LightFM on these platforms, you should try using it via Docker as described in the next secion.
24+
Note for OSX and Windows users: LightFM will by default not use OpenMP on OSX and Windows, and so all model fitting will be single-threaded. This is due to the fact that Clang (and Miniconda) does not support OpenMP, and installing an OpenMP-enabled version of gcc is complicated and labour-intensive. If you'd like to use the multi-threading capabilities of LightFM on these platforms, you should try using it via Docker as described in the next section.
2525

2626
Building with the default Python distribution included in OSX is also not supported; please try the version from Homebrew or Anaconda.
2727

0 commit comments

Comments
 (0)