Skip to content

Commit 48eafa1

Browse files
authored
Merge pull request #7737 from ckartchner/gifio_doc_update
update gifio example in docs
2 parents 37b9f77 + 058a8e6 commit 48eafa1

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)