commit | 4ed35fc4f31ebbdb25ba5e1291de77f4095c33d0 | [log] [tgz] |
---|---|---|
author | Martin Panter <vadmium+py@gmail.com> | Sat Oct 10 10:52:35 2015 +0000 |
committer | Martin Panter <vadmium+py@gmail.com> | Sat Oct 10 10:52:35 2015 +0000 |
tree | d18ec596095ecee9c77c3fe541550624b186832a | |
parent | dab305ef059434366e3a0c46533ff3b206e70463 [diff] [blame] |
Issue #25161: Add full stops in documentation; patch by Takase Arihiro
diff --git a/Doc/library/json.rst b/Doc/library/json.rst index 6db8f97..b501d65 100644 --- a/Doc/library/json.rst +++ b/Doc/library/json.rst
@@ -356,7 +356,7 @@ .. method:: decode(s) Return the Python representation of *s* (a :class:`str` or - :class:`unicode` instance containing a JSON document) + :class:`unicode` instance containing a JSON document). .. method:: raw_decode(s)