Skip to content

Commit

Permalink
Fix typo in Chainer's configuration documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
kristofbc authored and Kristof Boucher Charbonneau committed Aug 17, 2017
1 parent eb9f2c6 commit 89d1a80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/reference/core/configuration.rst
Expand Up @@ -37,7 +37,7 @@ Note that the default values are set in the global config.
The default value is given by ``CHAINER_DEBUG`` environment variable (set to 0 or 1) if available, otherwise uses ``False``.
``chainer.config.enable_backprop``
Flag to enable backpropagation support.
If it is ``True``, :class:`Function` makes a computaitonal graph of :class:`Variable` for back-propagation.
If it is ``True``, :class:`Function` makes a computational graph of :class:`Variable` for back-propagation.
Otherwise, it does not make a computational graph.
So a user cannot call :func:`~chainer.Variable.backward` method to results of the function.
The default value is ``True``.
Expand Down

0 comments on commit 89d1a80

Please sign in to comment.