File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
wolframclient/serializers Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ def my_encoder(serializer, o):
54
54
>>> export(MyPythonClass(1,2))
55
55
b'MyWolframFunction[1, 2]'
56
56
57
- Alternativelly , apply :meth:`~wolframclient.utils.dispatch.Dispatch.register` to a function and its associated type(s) achieves the
57
+ Alternatively , apply :meth:`~wolframclient.utils.dispatch.Dispatch.register` to a function and its associated type(s) achieves the
58
58
same result.
59
59
60
60
It is not possible to associate two encoders with the same type, but it's possible to remove a mapping. First, unregister the previous encoder::
@@ -91,7 +91,7 @@ def my_encoder(serializer, o):
91
91
92
92
93
93
The library supports an entry point dedicated to new encoders: `wolframclient_serializers_encoder`. The library use this entry point to
94
- loads plugins at runtime, as separed libraries.
94
+ loads plugins at runtime, as separated libraries.
95
95
For more information about entry points, refer to the documentation page: https://packaging.python.org/specifications/entry-points/
96
96
97
97
The plugin name must be unique and the value must reference a dispatcher instance. This instance is loaded and used to update
You can’t perform that action at this time.
0 commit comments