Skip to content

Commit a069554

Browse files
serhiy-storchakaerlend-aasland
authored andcommitted
Also fix some other formatting. GitHub-Issue-Link: python/cpython#82781
1 parent 244f0be commit a069554

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/howto/clinic.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1070,7 +1070,7 @@ Currently Argument Clinic supports only a few return converters:
10701070
DecodeFSDefault
10711071
10721072
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
1073+
error. For ``DecodeFSDefault``, the return type is ``const char *``; return a ``NULL``
10741074
pointer to indicate an error.
10751075

10761076
(There's also an experimental ``NoneType`` converter, which lets you

0 commit comments

Comments
 (0)