We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1467ee5 commit 93b6b08Copy full SHA for 93b6b08
circuitpython_mocks/digitalio/operations.py
@@ -16,7 +16,7 @@ def __repr__(self) -> str:
16
17
18
class GetState(_State):
19
- """A class to represent setting the state of a Digital output pin."""
+ """A class to represent getting the state of a Digital output pin."""
20
21
def __repr__(self) -> str:
22
return f"<GetState value='{self.state}'>"
0 commit comments