Bugs item #1648191, was opened at 2007-01-30 20:18 Message generated for change (Comment added) made by gbrandl You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1648191&group_id=5470
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Documentation Group: Python 2.5 >Status: Closed >Resolution: Fixed Priority: 5 Private: No Submitted By: Chris Beelby (mrchris007) Assigned to: Nobody/Anonymous (nobody) Summary: Grammatical error Initial Comment: I was viewing the documentation located at: http://docs.python.org/lib/module-imageop.html Which is section 19.2 (imageop -- Manipulate raw image data) of the Python Library Reference. Under the description for the crop() method the first line reads: "Return the selected part of image, which should **by** width by height in size..." (I added the asterisk's) The word which I highlighted with the asterik's should be "be", not "by". ---------------------------------------------------------------------- >Comment By: Georg Brandl (gbrandl) Date: 2007-01-30 20:22 Message: Logged In: YES user_id=849994 Originator: NO Thanks for the report, fixed in rev. 53603, 53604 (2.5). ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1648191&group_id=5470 _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
