Skip to content

Commit 06fb781

Browse files
committed
Extra documentation of the new example
1 parent 2876550 commit 06fb781

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

examples.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -491,7 +491,8 @@ def example_30(new_title):
491491
time.sleep(1.5)
492492

493493
def example_31():
494-
"""Set the window title twice"""
494+
"""Set the window title twice, to test if there is a delay when
495+
changing the title"""
495496
emit.progress("Changed the title once", update_titlebar=True)
496497
time.sleep(2)
497498
emit.progress("Changed the title twice", update_titlebar=True)

0 commit comments

Comments
 (0)