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.
NULL
1 parent 244f0be commit a069554Copy full SHA for a069554
Doc/howto/clinic.rst
@@ -1070,7 +1070,7 @@ Currently Argument Clinic supports only a few return converters:
1070
DecodeFSDefault
1071
1072
None of these take parameters. For the first three, return -1 to indicate
1073
-error. For ``DecodeFSDefault``, the return type is ``const char *``; return a NULL
+error. For ``DecodeFSDefault``, the return type is ``const char *``; return a ``NULL``
1074
pointer to indicate an error.
1075
1076
(There's also an experimental ``NoneType`` converter, which lets you
0 commit comments