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.
1 parent 71ec658 commit a878bd3Copy full SHA for a878bd3
Doc/howto/clinic.rst
@@ -1050,7 +1050,7 @@ Currently Argument Clinic supports only a few return converters:
1050
DecodeFSDefault
1051
1052
None of these take parameters. For the first three, return -1 to indicate
1053
-error. For ``DecodeFSDefault``, the return type is ``char *``; return a NULL
+error. For ``DecodeFSDefault``, the return type is ``const char *``; return a NULL
1054
pointer to indicate an error.
1055
1056
(There's also an experimental ``NoneType`` converter, which lets you
0 commit comments