Skip to content

Commit

Permalink
[docs] fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
2bndy5 committed Aug 5, 2024
1 parent 1467ee5 commit 93b6b08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion circuitpython_mocks/digitalio/operations.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ def __repr__(self) -> str:


class GetState(_State):
"""A class to represent setting the state of a Digital output pin."""
"""A class to represent getting the state of a Digital output pin."""

def __repr__(self) -> str:
return f"<GetState value='{self.state}'>"

0 comments on commit 93b6b08

Please sign in to comment.