diff options
Diffstat (limited to 'docs/library/json.rst')
-rw-r--r-- | docs/library/json.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/library/json.rst b/docs/library/json.rst index 65ed1867e6..f1d6364f4f 100644 --- a/docs/library/json.rst +++ b/docs/library/json.rst @@ -1,7 +1,7 @@ -:mod:`ujson` -- JSON encoding and decoding -========================================== +:mod:`json` -- JSON encoding and decoding +========================================= -.. module:: ujson +.. module:: json :synopsis: JSON encoding and decoding |see_cpython_module| :mod:`python:json`. |