Skip to content

Commit 93b6b08

Browse files
committed
[docs] fix typo
1 parent 1467ee5 commit 93b6b08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

circuitpython_mocks/digitalio/operations.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ def __repr__(self) -> str:
1616

1717

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

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

0 commit comments

Comments
 (0)