mirror of
https://github.com/python/cpython.git
synced 2026-01-03 22:12:27 +00:00
Closes #14495: fix typo.
This commit is contained in:
parent
6d20cba8d6
commit
b6046301ef
1 changed files with 1 additions and 1 deletions
|
|
@ -1253,7 +1253,7 @@ def detach(self, *items):
|
|||
|
||||
|
||||
def exists(self, item):
|
||||
"""Returns True if the specified item is present in the three,
|
||||
"""Returns True if the specified item is present in the tree,
|
||||
False otherwise."""
|
||||
return bool(self.tk.call(self._w, "exists", item))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue