Merge pull request #4651 from lesamouraipourpre/minor-docs-fixes

Minor docs fixes in displayio.Bitmap
This commit is contained in:
Jeff Epler 2021-04-29 08:12:47 -05:00 committed by GitHub
commit 52589691b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -49,7 +49,7 @@
//| but the `displayio.Bitmap.dirty` method must be used to inform
//| displayio when a bitmap was modified through the buffer interface.
//|
//| `bitmaptools.arrayblit` can also be useful to omve data efficiently
//| `bitmaptools.arrayblit` can also be useful to move data efficiently
//| into a Bitmap.
//| """
//|