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 2186bf7 commit 93062ceCopy full SHA for 93062ce
README.rst
@@ -23,7 +23,7 @@ This module consists mostly of translation tables between WL and unicode/ascii.
23
Because of the large size of this tables, it was decided to store them in a
24
file and read them from disk at runtime (when the module is imported). Our
25
tests showed that storing the tables as JSON and using
26
-[ujson](https://github.com/ultrajson/ultrajson) to read them is the most
+`ujson <https://github.com/ultrajson/ultrajson>`_ to read them is the most
27
efficient way to access them. However, this is merelly an implementation
28
detail and consumers of this library should not relly on this assumption.
29
0 commit comments