From 85eb3339434f775d34381840834ea44fe93a62d0 Mon Sep 17 00:00:00 2001 From: Maurice Borgmeier Date: Fri, 12 Apr 2024 13:51:01 +0200 Subject: [PATCH] Fix title underline to short warning --- docs/config_serialization.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/config_serialization.rst b/docs/config_serialization.rst index fc3f5325..f393b554 100644 --- a/docs/config_serialization.rst +++ b/docs/config_serialization.rst @@ -14,7 +14,7 @@ The msgspec library has speed and memory advantages over other libraries. Howeve If you encounter a TypeError such as: "Encoding objects of type is unsupported", you may be attempting to serialize an unsupported type. In this case, you can either convert the object to a supported type or use a different serializer. Casting to a supported type: -~~~~~~~~~~~~~~~~~~~~~~~~~~~ +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .. code-block:: python