1 parent 298b325 commit 9e8b7b1Copy full SHA for 9e8b7b1
1 file changed
docs/library/ujson.rst
@@ -14,9 +14,9 @@ Functions
14
15
.. function:: dumps(obj)
16
17
- Return ``obj`` represented as a JSON string.
+ Return *obj* represented as a JSON string.
18
19
.. function:: loads(str)
20
21
- Parse the JSON ``str`` and return an object. Raises ValueError if the
+ Parse the JSON *str* and return an object. Raises :exc:`ValueError` if the
22
string is not correctly formed.
0 commit comments