Roundup Robot added the comment:
New changeset 45287f2799f5 by Georg Brandl in branch '3.2':
Closes #14495: fix typo.
http://hg.python.org/cpython/rev/45287f2799f5
--
nosy: +python-dev
resolution: -> fixed
stage: -> committed/rejected
status: open -> closed
__
New submission from Zachary Ware :
I found a very very minor typo in the docstring of tkinter.ttk.Treeview.exists:
"Returns True if the specified item is present in the *three*"
I assume that should be "tree". The attached patch removes the "h".
Thanks!
--Note: This is the first time I've do