Skip to content

Commit

Permalink
fix sphinx warning: Title underline too short
Browse files Browse the repository at this point in the history
  • Loading branch information
Lee Goolsbee committed Apr 16, 2024
1 parent e77975e commit b087de8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/config_serialization.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <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
Expand Down

0 comments on commit b087de8

Please sign in to comment.