Skip to content

Commit 5a89c94

Browse files
Merge pull request #63 from sdomoszlai13/patch-1
Fixed typo in line 22
2 parents 27f023e + cf0c6be commit 5a89c94

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)