Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b604630

Browse files
committed
Closes #14495: fix typo.
1 parent 6d20cba commit b604630

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lib/tkinter/ttk.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1253,7 +1253,7 @@ def detach(self, *items):
12531253

12541254

12551255
def exists(self, item):
1256-
"""Returns True if the specified item is present in the three,
1256+
"""Returns True if the specified item is present in the tree,
12571257
False otherwise."""
12581258
return bool(self.tk.call(self._w, "exists", item))
12591259

0 commit comments

Comments
 (0)