aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPetri Lehtinen <petri@digip.org>2020-01-21 10:15:01 +0200
committerGitHub <noreply@github.com>2020-01-21 10:15:01 +0200
commit4c9018cc4c372f33013806ce7914fda965e3f9aa (patch)
tree51c7c8c162414c20c5cee81fa1f79aa65f28fc39
parentca88677bdd9ca6f1f22cd20030f93e81694c78d7 (diff)
parente15fd861e1f571973948ad9b4ba309529cbcf75b (diff)
downloadjansson-4c9018cc4c372f33013806ce7914fda965e3f9aa.zip
jansson-4c9018cc4c372f33013806ce7914fda965e3f9aa.tar.gz
jansson-4c9018cc4c372f33013806ce7914fda965e3f9aa.tar.bz2
Merge pull request #521 from NanXiao/patch-1
Update apiref.rst
-rw-r--r--doc/apiref.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/apiref.rst b/doc/apiref.rst
index 16f1ecb..c3a814f 100644
--- a/doc/apiref.rst
+++ b/doc/apiref.rst
@@ -1658,7 +1658,7 @@ type whose address should be passed.
Convert each item in the JSON object according to the inner format
string ``fmt``. The first, third, etc. format specifier represent
a key, and must be ``s``. The corresponding argument to unpack
- functions is read as the object key. The second fourth, etc.
+ functions is read as the object key. The second, fourth, etc.
format specifier represent a value and is written to the address
given as the corresponding argument. **Note** that every other
argument is read from and every other is written to.