Skip to content

Commit 965c7d2

Browse files
committed
Corrected typo.
1 parent 1a7141d commit 965c7d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/examples_ScrollableAreaQt6.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ def grid_of_widgets(self, window):
3333

3434
def single_widget(self, window):
3535
self.win2 = window
36-
window.setWindowTitle('`ScrollableAreaQt5` demo')
36+
window.setWindowTitle('`ScrollableAreaQt6` demo')
3737
window.resize(QSize(600, 200))
3838

3939
scrollable_area = ScrollableAreaQt6()

0 commit comments

Comments
 (0)