Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d20cba commit b604630Copy full SHA for b604630
1 file changed
Lib/tkinter/ttk.py
@@ -1253,7 +1253,7 @@ def detach(self, *items):
1253
1254
1255
def exists(self, item):
1256
- """Returns True if the specified item is present in the three,
+ """Returns True if the specified item is present in the tree,
1257
False otherwise."""
1258
return bool(self.tk.call(self._w, "exists", item))
1259
0 commit comments