summaryrefslogtreecommitdiffstats
path: root/Doc/lib/libimageop.tex
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2007-01-30 20:21:35 (GMT)
committerGeorg Brandl <georg@python.org>2007-01-30 20:21:35 (GMT)
commitd13eeb7fd272bdf856ea73d83a5d9e17b5a83322 (patch)
treed93adabe9e3a33eb6ad1e4f31b14a0b9e461a19b /Doc/lib/libimageop.tex
parent3d26ef1d10f28d3059b1e75f1d3f4405c1088b95 (diff)
downloadcpython-d13eeb7fd272bdf856ea73d83a5d9e17b5a83322.zip
cpython-d13eeb7fd272bdf856ea73d83a5d9e17b5a83322.tar.gz
cpython-d13eeb7fd272bdf856ea73d83a5d9e17b5a83322.tar.bz2
Bug #1648191: typo in docs.
(backport from rev. 53603)
Diffstat (limited to 'Doc/lib/libimageop.tex')
-rw-r--r--Doc/lib/libimageop.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libimageop.tex b/Doc/lib/libimageop.tex
index 27ed056..0f732bf 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