mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Cleanup a couple of comments left on PR 28775 post-merge. (GH-29079)
This commit is contained in:
parent
81520fe677
commit
1dfac27dff
2 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue