diff --git a/circuitpython_mocks/digitalio/operations.py b/circuitpython_mocks/digitalio/operations.py index 5423b9c..9154584 100644 --- a/circuitpython_mocks/digitalio/operations.py +++ b/circuitpython_mocks/digitalio/operations.py @@ -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""