Skip to content

Commit cf0c6be

Browse files
authored
Fixed typo in line 22
1 parent 27f023e commit cf0c6be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_epd/mcp_sram.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020

2121
class Adafruit_MCP_SRAM_View:
22-
"""A interface class that turns an SRAM chip into something like a memoryview"""
22+
"""An interface class that turns an SRAM chip into something like a memoryview"""
2323

2424
def __init__(self, sram, offset):
2525
self._sram = sram

0 commit comments

Comments
 (0)