bpo-29918: Add missed "const" modifiers in C API documentation. (#846)

This commit is contained in:
Serhiy Storchaka 2017-03-30 10:01:03 +03:00 committed by GitHub
parent 576def096e
commit 84b8e92e46
12 changed files with 84 additions and 89 deletions

View file

@ -1050,7 +1050,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 ``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