提交 39306b40 authored 作者: Frédéric Bastien's avatar Frédéric Bastien 提交者: GitHub

Merge pull request #5523 from Fuchai/master

Typo in sharedvalue.py
...@@ -227,7 +227,7 @@ def shared(value, name=None, strict=False, allow_downcast=None, **kwargs): ...@@ -227,7 +227,7 @@ def shared(value, name=None, strict=False, allow_downcast=None, **kwargs):
This function iterates over constructor functions to find a This function iterates over constructor functions to find a
suitable SharedVariable subclass. The suitable one is the first suitable SharedVariable subclass. The suitable one is the first
constructor that accept the given value. See the documentation of constructor that accept the given value. See the documentation of
:func:`shared_constructor` for the definition of a contructor :func:`shared_constructor` for the definition of a constructor
function. function.
This function is meant as a convenient default. If you want to use a This function is meant as a convenient default. If you want to use a
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论