Bugs item #1648191, was opened at 2007-01-30 14:18 Message generated for change (Tracker Item Submitted) made by Item Submitter 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: Open Resolution: None 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". ---------------------------------------------------------------------- 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
