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.
1 parent 27f023e commit cf0c6beCopy full SHA for cf0c6be
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