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.
2 parents f284472 + 9a08bf6 commit 415a8aeCopy full SHA for 415a8ae
README.md
@@ -69,7 +69,7 @@ $ pip install rejson
69
70
## Encoding/Decoding
71
72
-rejson-py uses Python's (json)[https://docs.python.org/2/library/json.html].
+rejson-py uses Python's [json](https://docs.python.org/2/library/json.html).
73
The client can be set to use custom encoders/decoders at creation, or by calling
74
explicitly the [setEncoder()](./API.md#setencoder) and
75
[setDecoder()](./API.md#setencoder) methods, respectively.
0 commit comments