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

Minor doc rewrite for grammar

上级 0d8e4f6b
...@@ -296,10 +296,9 @@ import theano and print the config variable, as in: ...@@ -296,10 +296,9 @@ import theano and print the config variable, as in:
Default: False Default: False
Remove compiled file when not needed anymore. If False, source code files are removed when they are not needed anymore.
This mean it remove file that he tried to compile but failed. This means files whose compilation failed are deleted.
Set to True to keep the source file that failed to compile to Set to True to keep those files in order to debug compilation errors.
debug them.
.. attribute:: numpy.seterr_all .. attribute:: numpy.seterr_all
......
...@@ -71,7 +71,7 @@ AddConfigVar('home', ...@@ -71,7 +71,7 @@ AddConfigVar('home',
#This expanduser works on windows (see discussion on theano-users, July 13 2010) #This expanduser works on windows (see discussion on theano-users, July 13 2010)
AddConfigVar('nocleanup', AddConfigVar('nocleanup',
"suppress the deletion of code files that did not compile cleanly", "Suppress the deletion of code files that did not compile cleanly",
BoolParam(False)) BoolParam(False))
AddConfigVar('tensor.cmp_sloppy', AddConfigVar('tensor.cmp_sloppy',
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论