提交 5f55e31b authored 作者: Olivier Delalleau's avatar Olivier Delalleau

Typo fixes in doc

上级 46b19c24
...@@ -234,8 +234,8 @@ From here, the easiest way to get started is (this requires setuptools_ or distr ...@@ -234,8 +234,8 @@ From here, the easiest way to get started is (this requires setuptools_ or distr
.. note:: .. note::
"python setup.py develop ..." don't work on Python 3 as it don't call "python setup.py develop ..." does not work on Python 3 as it does not call
the converter from Python2 code to Python 3 code. the converter from Python 2 code to Python 3 code.
This will install a ``.pth`` file in your ``site-packages`` directory that This will install a ``.pth`` file in your ``site-packages`` directory that
tells Python where to look for your Theano installation (i.e. in the tells Python where to look for your Theano installation (i.e. in the
......
...@@ -417,8 +417,8 @@ AddConfigVar('compute_test_value_opt', ...@@ -417,8 +417,8 @@ AddConfigVar('compute_test_value_opt',
in_c_key=False) in_c_key=False)
AddConfigVar('unpickle_function', AddConfigVar('unpickle_function',
("Replace unpickled Theano function with None", ("Replace unpickled Theano functions with None. "
"This is useful to unpickle old graph that pickled" "This is useful to unpickle old graphs that pickled"
" them when it shouldn't"), " them when it shouldn't"),
BoolParam(True), BoolParam(True),
in_c_key=False) in_c_key=False)
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论