Skip to content

Commit

Permalink
Merge pull request #546 from i-ky/patch-1
Browse files Browse the repository at this point in the history
Fix couple of typos
  • Loading branch information
akheron committed Aug 9, 2020
2 parents 1112580 + 601b568 commit a740f15
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/apiref.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1021,7 +1021,7 @@ in which case no error information is returned to the caller.
Encoding
========

This sections describes the functions that can be used to encode
This section describes the functions that can be used to encode
values to JSON. By default, only objects and arrays can be encoded
directly, since they are the only valid *root* values of a JSON text.
To encode any JSON value, use the ``JSON_ENCODE_ANY`` flag (see
Expand Down Expand Up @@ -1206,7 +1206,7 @@ These functions output UTF-8:
Decoding
========

This sections describes the functions that can be used to decode JSON
This section describes the functions that can be used to decode JSON
text to the Jansson representation of JSON data. The JSON
specification requires that a JSON text is either a serialized array
or object, and this requirement is also enforced with the following
Expand Down

0 comments on commit a740f15

Please sign in to comment.