modify some words

This commit is contained in:
allen 2019-10-12 10:56:23 +08:00
parent a585a2778e
commit b403bbba8d
1 changed files with 5 additions and 5 deletions

View File

@ -1333,11 +1333,11 @@ If no error or position information is needed, you can pass *NULL*.
It is important to note that this function can only succeed on stream It is important to note that this function can only succeed on stream
file descriptors (such as SOCK_STREAM). Using this function on a file descriptors (such as SOCK_STREAM). Using this function on a
non-stream file descriptor will result in undefined behavior. For non-stream file descriptor will result in undefined behavior. For
non-stream file descriptors, see instead :func:`json_loadb()`.In non-stream file descriptors, see instead :func:`json_loadb()`. In
addition, please also note that this function cannot be used on addition, please note that this function cannot be used on non-blocking
non-blocking file descriptors (such as non-blocking socket). Using file descriptors (such as a non-blocking socket). Using this function
this function on non-blocking file descriptors has a high risk of on non-blocking file descriptors has a high risk of data loss because
data loss because it does not support resuming. it does not support resuming.
This function requires POSIX and fails on all non-POSIX systems. This function requires POSIX and fails on all non-POSIX systems.