diff --git a/docs/guide_intermediate.rst b/docs/guide_intermediate.rst index c8b172e..0244bce 100644 --- a/docs/guide_intermediate.rst +++ b/docs/guide_intermediate.rst @@ -91,7 +91,7 @@ To setup the library to use your GPU or CPU explicitly in 32-bit or 64-bit mode, # Use the CPU in 64-bit mode. from sknn.platform import cpu64 -WARNING: This will only work if your program has not yet imported the ``theano`` module, due to the way that library is designed. If ``THEANO_FLAGS`` are set on the command-line, they are not overwridden. +WARNING: This will only work if your program has not yet imported the ``theano`` module, due to the way that library is designed. If ``THEANO_FLAGS`` are set on the command-line, they are not overridden. Multiple Threads