Skip to content

Commit

Permalink
pybricks.hubs.ThisHub.storage: Fix duplicate self.
Browse files Browse the repository at this point in the history
Fixes #146
  • Loading branch information
laurensvalk committed Oct 23, 2023
1 parent 578abab commit 6bbdccb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pybricks/_common.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,8 @@ def storage(self, offset: int, *, write: bytes) -> None:

def storage(self, offset, read=None, write=None):
"""
storage(self, offset, write=)
storage(self, offset, read=) -> bytes
storage(offset, write=)
storage(offset, read=) -> bytes
Reads or writes binary data to persistent storage.
Expand Down

0 comments on commit 6bbdccb

Please sign in to comment.