Merge pull request #7816 from dhalbert/gifio-doc-fix

doc typo fix in OnDiskGif
This commit is contained in:
MicroDev 2023-03-30 07:37:16 +05:30 committed by GitHub
commit b014e942a7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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