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

Typo fixes

上级 5b6bea93
...@@ -536,7 +536,7 @@ Then you must install g++. You can do this by installing XCode. See the first bu ...@@ -536,7 +536,7 @@ Then you must install g++. You can do this by installing XCode. See the first bu
If you use the trunk or version 0.6 or later of Theano, we try to If you use the trunk or version 0.6 or later of Theano, we try to
automaticaly link with the EPD blas version. Due to Mac OS automaticaly link with the EPD blas version. Due to Mac OS
peculiarities, we need a user intervention to do it. We detect peculiarities, we need a user intervention to do it. We detect
if the user did the modification and if not, we tell him how todo if the user did the modification and if not, we tell him how to do
it. it.
.. _macports: .. _macports:
......
...@@ -493,10 +493,10 @@ try: ...@@ -493,10 +493,10 @@ try:
except ImportError: except ImportError:
pass pass
except OSError: except OSError:
#OSError happen when g++ is not installed. In that case, we # OSError happens when g++ is not installed. In that case, we
#alread changed the default linker to something else then CVM. # already changed the default linker to something else then CVM.
#Currently this is the py linker. # Currently this is the py linker.
#Here we assert that the default linker is not cvm. # Here we assert that the default linker is not cvm.
assert not [x for x in theano.configparser._config_var_list assert not [x for x in theano.configparser._config_var_list
if x.fullname == 'linker'][0].default.startswith('cvm') if x.fullname == 'linker'][0].default.startswith('cvm')
pass pass
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论