Skip to content

Commit a10ce21

Browse files
committed
doc typo fix in OnDiskGif
1 parent b863fba commit a10ce21

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
@@ -97,7 +97,7 @@
9797
//|
9898
//| display_bus.send(42, struct.pack(">hh", 0, odg.bitmap.width - 1))
9999
//| display_bus.send(43, struct.pack(">hh", 0, odg.bitmap.height - 1))
100-
//| display_bus.send(44, d.bitmap)
100+
//| display_bus.send(44, odg.bitmap)
101101
//|
102102
//| # The following optional code will free the OnDiskGif and allocated resources
103103
//| # after use. This may be required before loading a new GIF in situations

0 commit comments

Comments
 (0)