Merge pull request #63 from sdomoszlai13/patch-1

Fixed typo in line 22
This commit is contained in:
jposada202020 2023-05-01 18:11:47 -04:00 committed by GitHub
commit 5a89c943fe
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -19,7 +19,7 @@ SRAM_SEQUENTIAL_MODE = const(1 << 6)
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