提交 f9c10791 authored 作者: Olivier Delalleau's avatar Olivier Delalleau

Trying to fix some indents in doc

上级 579e6e5d
...@@ -80,7 +80,7 @@ The ``inputs`` argument to ``theano.function`` is a list, containing the ``Varia ...@@ -80,7 +80,7 @@ The ``inputs`` argument to ``theano.function`` is a list, containing the ``Varia
container's content with an input value provided by the user). container's content with an input value provided by the user).
This means a function will create its own container, and will copy in This means a function will create its own container, and will copy in
it the content of ``value`` at call time when ``value`` is a container. it the content of ``value`` at call time when ``value`` is a container.
Updates (if ``update`` is not None) will be stored into the ``value`` Updates (if ``update`` is not ``None``) will be stored into the ``value``
container and not in the function container (which will be filled container and not in the function container (which will be filled
with ``None`` instead, to make sure noone tries to use it by mistake). with ``None`` instead, to make sure noone tries to use it by mistake).
``None``: Automatically choose between ``True`` or ``False`` depending on the ``None``: Automatically choose between ``True`` or ``False`` depending on the
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论