Skip to content

Commit b326d63

Browse files
author
Dorian Birraux
committed
fix some typos
1 parent 0a00b52 commit b326d63

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

wolframclient/serializers/encoder.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ def my_encoder(serializer, o):
5454
>>> export(MyPythonClass(1,2))
5555
b'MyWolframFunction[1, 2]'
5656
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
5858
same result.
5959
6060
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):
9191
9292
9393
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.
9595
For more information about entry points, refer to the documentation page: https://packaging.python.org/specifications/entry-points/
9696
9797
The plugin name must be unique and the value must reference a dispatcher instance. This instance is loaded and used to update

0 commit comments

Comments
 (0)