Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d09f7b1 commit 52eec1eCopy full SHA for 52eec1e
1 file changed
src/_png.cpp
@@ -19,7 +19,7 @@ class _png_module : public Py::ExtensionModule<_png_module>
19
{
20
add_varargs_method("write_png", &_png_module::write_png,
21
"write_png(buffer, width, height, fileobj, dpi=None)");
22
- add_varargs_method("read_png", &_png_module::write_png,
+ add_varargs_method("read_png", &_png_module::read_png,
23
"read_png(fileobj)");
24
initialize("Module to write PNG files");
25
}
0 commit comments