Skip to content

Commit

Permalink
Fix title underline to short warning
Browse files Browse the repository at this point in the history
  • Loading branch information
MauriceBrg committed Apr 12, 2024
1 parent 857fa04 commit 85eb333
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 85eb333

Please sign in to comment.