Skip to content

Commit

Permalink
Merge pull request #63 from sdomoszlai13/patch-1
Browse files Browse the repository at this point in the history
Fixed typo in line 22
  • Loading branch information
jposada202020 committed May 1, 2023
2 parents 27f023e + cf0c6be commit 5a89c94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion adafruit_epd/mcp_sram.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@


class Adafruit_MCP_SRAM_View:
"""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"""

def __init__(self, sram, offset):
self._sram = sram
Expand Down

0 comments on commit 5a89c94

Please sign in to comment.