We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 27f023e + cf0c6be commit 5a89c94Copy full SHA for 5a89c94
adafruit_epd/mcp_sram.py
@@ -19,7 +19,7 @@
19
20
21
class Adafruit_MCP_SRAM_View:
22
- """A interface class that turns an SRAM chip into something like a memoryview"""
+ """An interface class that turns an SRAM chip into something like a memoryview"""
23
24
def __init__(self, sram, offset):
25
self._sram = sram
0 commit comments