bpo-38600: NULL -> `NULL`. (GH-17001)

Also fix some other formatting.
This commit is contained in:
Serhiy Storchaka 2019-10-30 21:37:16 +02:00 committed by GitHub
parent 1d8da61f5a
commit e835b31d2b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
27 changed files with 68 additions and 68 deletions

View file

@ -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