Skip to content

Commit 058a8e6

Browse files
committed
define frame delay before reference
1 parent 37b9f77 commit 058a8e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shared-bindings/gifio/OnDiskGif.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
//| odg = gifio.OnDiskGif('/sample.gif')
5353
//|
5454
//| start = time.monotonic()
55-
//| odg.next_frame() # Load the first frame
55+
//| next_delay = odg.next_frame() # Load the first frame
5656
//| end = time.monotonic()
5757
//| overhead = end - start
5858
//|

0 commit comments

Comments
 (0)