From e15fd861e1f571973948ad9b4ba309529cbcf75b Mon Sep 17 00:00:00 2001 From: Nan Xiao Date: Tue, 21 Jan 2020 14:27:52 +0800 Subject: [PATCH] Update apiref.rst --- doc/apiref.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.