Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit db2241f

Browse files
committed
updated docs
svn path=/trunk/matplotlib/; revision=197
1 parent 290e5bd commit db2241f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/_image.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,7 @@ char Image_as_str__doc__[] =
133133
"numrows, numcols, s = as_str()"
134134
"\n"
135135
"Call this function after resize to get the data as string"
136+
"The string is a numrows by numcols x 4 (RGBA) unsigned char buffer"
136137
;
137138

138139
static PyObject *

0 commit comments

Comments
 (0)