mirror of
https://github.com/python/cpython.git
synced 2025-12-15 21:44:50 +00:00
bpo-38600: NULL -> `NULL`. (GH-17001)
Also fix some other formatting.
This commit is contained in:
parent
1d8da61f5a
commit
e835b31d2b
27 changed files with 68 additions and 68 deletions
|
|
@ -1070,7 +1070,7 @@ Currently Argument Clinic supports only a few return converters:
|
|||
DecodeFSDefault
|
||||
|
||||
None of these take parameters. For the first three, return -1 to indicate
|
||||
error. For ``DecodeFSDefault``, the return type is ``const char *``; return a NULL
|
||||
error. For ``DecodeFSDefault``, the return type is ``const char *``; return a ``NULL``
|
||||
pointer to indicate an error.
|
||||
|
||||
(There's also an experimental ``NoneType`` converter, which lets you
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue