summaryrefslogtreecommitdiff
path: root/Doc/library/json.rst
diff options
context:
space:
mode:
authorMartin Panter <vadmium+py@gmail.com>2015-10-10 10:36:22 +0000
committerMartin Panter <vadmium+py@gmail.com>2015-10-10 10:36:22 +0000
commit2b3e0be3d7b1e44db8853a54fe966c9c29ccc04d (patch)
tree151d2a631960864b959f4297acc7bcbf90303e44 /Doc/library/json.rst
parente013b9445b6f9caab1eb30b7785e3690d1bab4df (diff)
downloadcpython-2b3e0be3d7b1e44db8853a54fe966c9c29ccc04d.tar.gz
Issue #25161: Add full stops in documentation; patch by Takase Arihiro
Diffstat (limited to 'Doc/library/json.rst')
-rw-r--r--Doc/library/json.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/json.rst b/Doc/library/json.rst
index 6f5f8b15a8..a01e636496 100644
--- a/Doc/library/json.rst
+++ b/Doc/library/json.rst
@@ -337,7 +337,7 @@ Encoders and Decoders
.. method:: decode(s)
Return the Python representation of *s* (a :class:`str` instance
- containing a JSON document)
+ containing a JSON document).
.. method:: raw_decode(s)