From cc7589ca0fe862a18fd68a92ebc0df6065579e67 Mon Sep 17 00:00:00 2001 From: Chris Janidlo Date: Tue, 10 Dec 2024 16:01:43 -0600 Subject: [PATCH] Fix related docs typo --- docs/sdk.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sdk.rst b/docs/sdk.rst index 652220207..c3c0490cd 100644 --- a/docs/sdk.rst +++ b/docs/sdk.rst @@ -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