[Python-checkins] r53603 - python/trunk/Doc/lib/libimageop.tex

georg.brandl python-checkins at python.org
Tue Jan 30 21:21:31 CET 2007


Author: georg.brandl
Date: Tue Jan 30 21:21:30 2007
New Revision: 53603

Modified:
   python/trunk/Doc/lib/libimageop.tex
Log:
Bug #1648191: typo in docs.


Modified: python/trunk/Doc/lib/libimageop.tex
==============================================================================
--- python/trunk/Doc/lib/libimageop.tex	(original)
+++ python/trunk/Doc/lib/libimageop.tex	Tue Jan 30 21:21:30 2007
@@ -19,7 +19,7 @@
 
 
 \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


More information about the Python-checkins mailing list