| commit | e4a147b1bd0171a6138b61354fc0b3ac99c271ae | [log] [tgz] |
|---|---|---|
| author | Serhiy Storchaka <storchaka@gmail.com> | Mon Nov 21 11:37:18 2016 +0200 |
| committer | Serhiy Storchaka <storchaka@gmail.com> | Mon Nov 21 11:37:18 2016 +0200 |
| tree | fb302844e71bc3513b2f988c8e16d7d0abdc1dd9 | |
| parent | 8efc3c965970328c0f26cbba9e8f1fafa945cf6b [diff] |
Fixed the documentation of the structure PyMethodDef. The fields ml_name and ml_doc are of type "const char *" rather of "char *".