提交 f257cf39 authored 作者: Frederic's avatar Frederic

fix typo.

上级 7d41214e
......@@ -144,12 +144,12 @@ class SharedVariable(Variable):
"This shared variable contains %s" % msg)
def _value_get(self):
raise Exception("sharedvar.value don't exist anymore. Use "
raise Exception("sharedvar.value does not exist anymore. Use "
"sharedvar.get_value() or sharedvar.get_value()"
" instead.")
def _value_set(self, new_value):
raise Exception("sharedvar.value don't exist anymore. Use "
raise Exception("sharedvar.value does not exist anymore. Use "
"sharedvar.get_value() or sharedvar.get_value()"
" instead.")
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论