From: Serhiy Storchaka Date: Mon, 21 Nov 2016 09:38:37 +0000 (+0200) Subject: Fixed the documentation of the structure PyMethodDef. X-Git-Tag: v3.7.0a1~1926 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f80e740b7708d732162df8df9d8d7b7df68360c3;p=thirdparty%2FPython%2Fcpython.git Fixed the documentation of the structure PyMethodDef. The fields ml_name and ml_doc are of type "const char *" rather of "char *". --- f80e740b7708d732162df8df9d8d7b7df68360c3