From: Georg Brandl Date: Tue, 30 Jan 2007 20:21:35 +0000 (+0000) Subject: Bug #1648191: typo in docs. X-Git-Tag: v2.5.1c1~135 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d13eeb7fd272bdf856ea73d83a5d9e17b5a83322;p=python Bug #1648191: typo in docs. (backport from rev. 53603) --- diff --git a/Doc/lib/libimageop.tex b/Doc/lib/libimageop.tex index 27ed0568f0..0f732bf671 100644 --- a/Doc/lib/libimageop.tex +++ b/Doc/lib/libimageop.tex @@ -19,7 +19,7 @@ per pixel, etc. \begin{funcdesc}{crop}{image, psize, width, height, x0, y0, x1, y1} -Return the selected part of \var{image}, which should by +Return the selected part of \var{image}, which should be \var{width} by \var{height} in size and consist of pixels of \var{psize} bytes. \var{x0}, \var{y0}, \var{x1} and \var{y1} are like the \function{gl.lrectread()} parameters, i.e.\ the boundary is