Skip to content

Commit

Permalink
Fix related docs typo
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-janidlo committed Dec 10, 2024
1 parent dab79a1 commit 0467061
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/sdk.rst
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ When sending functions and arguments for execution on a Compute endpoint, the SD
the ``ComputeSerializer`` class to convert data to and from a format that can be easily
sent over the wire. Internally, ``ComputeSerializer`` uses instances of
``SerializationStrategy`` to do the actual work of serializing (converting function code
arguments to strings) and deserializing (converting well-formatted strings back into
and arguments to strings) and deserializing (converting well-formatted strings back into
function code and arguments).

The default strategies are ``DillCode`` for function code and ``DillDataBase64`` for
Expand Down

0 comments on commit 0467061

Please sign in to comment.