We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Doc/c-api/conversion.rst
1 parent bf2865f commit 6ab4dfbCopy full SHA for 6ab4dfb
Doc/c-api/conversion.rst
@@ -41,7 +41,7 @@ The return value (*rv*) for these functions should be interpreted as follows:
41
``rv + 1`` bytes would have been needed to succeed. ``str[size-1]`` is ``'\0'``
42
in this case.
43
44
-* When ``rv < 0``, "something bad happened." ``str[size-1]`` is ``'\0'`` in
+* When ``rv < 0``, the output conversion failed and ``str[size-1]`` is ``'\0'`` in
45
this case too, but the rest of *str* is undefined. The exact cause of the error
46
depends on the underlying platform.
47
0 commit comments