8000 DOC: clarify comment about the source of the png writing code · matplotlib/matplotlib@5f37b9d · GitHub
[go: up one dir, main page]

Skip to content

Commit 5f37b9d

Browse files
committed
DOC: clarify comment about the source of the png writing code
1 parent 968b467 commit 5f37b9d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/_png.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -135,9 +135,9 @@ const char *Py_write_png__doc__ =
135135
" Byte string containing the PNG content if None was passed in for\n"
136136
" file, otherwise None is returned.\n";
137137

138-
// this code is heavily adapted from the paint license, which is in
139-
// the file LICENSE_PAINT (BSD compatible) included in this
140-
// distribution.
138+
// this code is heavily adapted from
139+
// https://www.object-craft.com.au/projects/paint/ which licensed under the
140+
// (BSD compatible) LICENSE_PAINT which is included in this distribution.
141141
static PyObject *Py_write_png(PyObject *self, PyObject *args, PyObject *kwds)
142142
{
143143
numpy::array_view<unsigned char, 3> buffer;

0 commit comments

Comments
 (0)
0