]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fixed the documentation of the structure PyMethodDef.
authorSerhiy Storchaka <storchaka@gmail.com>
Mon, 21 Nov 2016 09:38:14 +0000 (11:38 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Mon, 21 Nov 2016 09:38:14 +0000 (11:38 +0200)
commitbb8fd5b1eb3f8ba1339e449cebabec370d63fa47
tree95919e5ae140cd70ff18ab07746a770b20c75eba
parent2863c387b07fdd03b8068c9209691915f039d2c8
parent06a8dea46d593cd45391f49decf482fb3203f91b
Fixed the documentation of the structure PyMethodDef.
The fields ml_name and ml_doc are of type "const char *" rather of "char *".