File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -158,13 +158,13 @@ This wraps any Julia `AbstractVector` value. It is a subclass of `juliacall.Arra
158158
159159````` @customdoc
160160juliacall.DictValue - Class
161- This wraps any Julia `AbstractDict` value. It is a subclass of `collections.abc.Mapping ` and
161+ This wraps any Julia `AbstractDict` value. It is a subclass of `collections.abc.MutableMapping ` and
162162behaves similar to a Python `dict`.
163163`````
164164
165165````` @customdoc
166166juliacall.SetValue - Class
167- This wraps any Julia `AbstractSet` value. It is a subclass of `collections.abc.Set ` and
167+ This wraps any Julia `AbstractSet` value. It is a subclass of `collections.abc.MutableSet ` and
168168behaves similar to a Python `set`.
169169`````
170170
You can’t perform that action at this time.
0 commit comments