Skip to content

Commit b014e94

Browse files
authored
Merge pull request #7816 from dhalbert/gifio-doc-fix
doc typo fix in OnDiskGif
2 parents b863fba + a10ce21 commit b014e94

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)