This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author terry.reedy
Recipients docs@python, eric.araujo, ezio.melotti, mrabarnett, serhiy.storchaka, terry.reedy
Date 2013-02-07.08:14:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1360224861.85.0.382956718864.issue17047@psf.upfronthosting.co.za>
In-reply-to
Content
Lib/tkinter/tix.py:1920
 Val may be: "auto" -- the width of the column is set the
 the widest cell in the column; a valid Tk screen distance

I believe 'the the' should be 'to the width of the'

Lib/tkinter/tix.py:1944
 Val may be: "auto" -- the height of the row  is  set  the
 the highest cell in the row; a valid Tk screen distance

Ditto for heigth instead of width.
History
Date User Action Args
2013-02-07 08:14:21terry.reedysetrecipients: + terry.reedy, ezio.melotti, eric.araujo, mrabarnett, docs@python, serhiy.storchaka
2013-02-07 08:14:21terry.reedysetmessageid: <1360224861.85.0.382956718864.issue17047@psf.upfronthosting.co.za>
2013-02-07 08:14:21terry.reedylinkissue17047 messages
2013-02-07 08:14:21terry.reedycreate