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.
Created on 2012年04月04日 14:59 by zach.ware, last changed 2022年04月11日 14:57 by admin. This issue is now closed.
| Files | ||||
|---|---|---|---|---|
| File name | Uploaded | Description | Edit | |
| Treeview.exists docstring.diff | zach.ware, 2012年04月04日 14:59 | Patch to remove 'h' | ||
| Messages (2) | |||
|---|---|---|---|
| msg157483 - (view) | Author: Zachary Ware (zach.ware) * (Python committer) | Date: 2012年04月04日 14:59 | |
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 done anything on bugs.python.org, so if there's anything I've done wrong or could do better, please let me know! Thanks, Zach |
|||
| msg157496 - (view) | Author: Roundup Robot (python-dev) (Python triager) | Date: 2012年04月04日 18:17 | |
New changeset 45287f2799f5 by Georg Brandl in branch '3.2': Closes #14495: fix typo. http://hg.python.org/cpython/rev/45287f2799f5 |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:57:28 | admin | set | github: 58700 |
| 2012年04月04日 18:17:23 | python-dev | set | status: open -> closed nosy: + python-dev messages: + msg157496 resolution: fixed stage: resolved |
| 2012年04月04日 14:59:23 | zach.ware | create | |