diff options
| author | Martin Panter <vadmium+py@gmail.com> | 2015-10-10 10:36:22 +0000 |
|---|---|---|
| committer | Martin Panter <vadmium+py@gmail.com> | 2015-10-10 10:36:22 +0000 |
| commit | d21e0b52f1421e253ecdc583faf5743133cac605 (patch) | |
| tree | eba56801810249775eda33388a92bf6d3c8e69e0 /Doc/library/json.rst | |
| parent | cfad54344f570c1e833d92289ac571da7315b164 (diff) | |
| download | cpython-git-d21e0b52f1421e253ecdc583faf5743133cac605.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.rst | 2 |
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) |
