summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/library/ujson.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/library/ujson.rst b/docs/library/ujson.rst
index 0932d0ab5..82b35ecde 100644
--- a/docs/library/ujson.rst
+++ b/docs/library/ujson.rst
@@ -14,9 +14,9 @@ Functions
.. function:: dumps(obj)
- Return ``obj`` represented as a JSON string.
+ Return *obj* represented as a JSON string.
.. function:: loads(str)
- 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
string is not correctly formed.