We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d815a99 commit 8f312bbCopy full SHA for 8f312bb
README.rst
@@ -69,12 +69,12 @@ Encoding/Decoding
69
70
rejson-py uses Python's json_.
71
The client can be set to use custom encoders/decoders at creation, or by calling
72
-explicitly the `setEncoder()`_ and
73
-`setDecoder()`_ methods, respectively.
+explicitly the setEncoder_ () and
+setDecoder_ () methods, respectively.
74
75
.. _json: https://docs.python.org/2/library/json.html
76
-.. _`setDecoder()`:API.md#setdecoder
77
-.. _`setEncoder()`:API.md#setencoder
+.. _setDecoder: ./API.md#setdecoder
+.. _setEncoder: ./API.md#setencoder
78
79
The following shows how to use this for a custom class that's stored as
80
a JSON string for example:
0 commit comments