Merge pull request #521 from NanXiao/patch-1

Update apiref.rst
This commit is contained in:
Petri Lehtinen 2020-01-21 10:15:01 +02:00 committed by GitHub
commit 4c9018cc4c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1658,7 +1658,7 @@ type whose address should be passed.
Convert each item in the JSON object according to the inner format Convert each item in the JSON object according to the inner format
string ``fmt``. The first, third, etc. format specifier represent string ``fmt``. The first, third, etc. format specifier represent
a key, and must be ``s``. The corresponding argument to unpack 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 format specifier represent a value and is written to the address
given as the corresponding argument. **Note** that every other given as the corresponding argument. **Note** that every other
argument is read from and every other is written to. argument is read from and every other is written to.