Skip to content

Commit b087de8

Browse files
committed
fix sphinx warning: Title underline too short
1 parent e77975e commit b087de8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/config_serialization.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ The msgspec library has speed and memory advantages over other libraries. Howeve
1414
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.
1515

1616
Casting to a supported type:
17-
~~~~~~~~~~~~~~~~~~~~~~~~~~~
17+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1818

1919
.. code-block:: python
2020

0 commit comments

Comments
 (0)