summaryrefslogtreecommitdiffstats
path: root/Lib/tkinter/test
diff options
context:
space:
mode:
authorGregory P. Smith <greg@krypto.org>2021-10-20 16:17:52 (GMT)
committerGitHub <noreply@github.com>2021-10-20 16:17:52 (GMT)
commit1dfac27dffbe771f9d88bd1726f7362ce0341437 (patch)
tree7d4e045c49be620b0a9aabbcd50277860645f5b8 /Lib/tkinter/test
parent81520fe677d15cc7f9af5140bc5f9eca8409ad90 (diff)
downloadcpython-1dfac27dffbe771f9d88bd1726f7362ce0341437.zip
cpython-1dfac27dffbe771f9d88bd1726f7362ce0341437.tar.gz
cpython-1dfac27dffbe771f9d88bd1726f7362ce0341437.tar.bz2
Cleanup a couple of comments left on PR 28775 post-merge. (GH-29079)
Diffstat (limited to 'Lib/tkinter/test')
-rw-r--r--Lib/tkinter/test/test_ttk/test_widgets.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/tkinter/test/test_ttk/test_widgets.py b/Lib/tkinter/test/test_ttk/test_widgets.py
index 904aed0..935be3d 100644
--- a/Lib/tkinter/test/test_ttk/test_widgets.py
+++ b/Lib/tkinter/test/test_ttk/test_widgets.py
@@ -971,7 +971,7 @@ class NotebookTest(AbstractWidgetTest, unittest.TestCase):
tabs = self.nb.tabs()
curr = self.nb.index('current')
- # verify that the tab gets read at its previous position
+ # verify that the tab gets re-added at its previous position
child2_index = self.nb.index(self.child2)
self.nb.hide(self.child2)
self.nb.add(self.child2)