We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 37b9f77 + 058a8e6 commit 48eafa1Copy full SHA for 48eafa1
1 file changed
shared-bindings/gifio/OnDiskGif.c
@@ -52,7 +52,7 @@
52
//| odg = gifio.OnDiskGif('/sample.gif')
53
//|
54
//| start = time.monotonic()
55
-//| odg.next_frame() # Load the first frame
+//| next_delay = odg.next_frame() # Load the first frame
56
//| end = time.monotonic()
57
//| overhead = end - start
58
0 commit comments