Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 86a3c94

Browse filesBrowse files
authored
Merge pull request #10703 from anntzer/_pngdocstring
DOC: Fix signature docstring in _png extension.
2 parents d2f7bb1 + 2dbda09 commit 86a3c94
Copy full SHA for 86a3c94

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎src/_png.cpp

Copy file name to clipboardExpand all lines: src/_png.cpp
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ static void flush_png_data(png_structp png_ptr)
8080
}
8181

8282
const char *Py_write_png__doc__ =
83-
"write_png(buffer, file, dpi=0, compression=6, filter=auto)\n"
83+
"write_png(buffer, file, dpi=0, compression=6, filter=auto, metadata=None)\n"
8484
"\n"
8585
"Parameters\n"
8686
"----------\n"

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.