Skip to content

Commit c3cfaf3

Browse files
committed
Fix docstring
1 parent 37cb58c commit c3cfaf3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/fastcs/attributes.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,8 @@ async def put(self, setpoint: T, sync_setpoint: bool = False) -> None:
249249
be rejected.
250250
251251
To directly change the value of the attribute, for example from an update loop
252-
that has read a new value from some underlying source, call the ``set`` method.
252+
that has read a new value from some underlying source, call the ``update``
253+
method.
253254
254255
"""
255256
setpoint = self._datatype.validate(setpoint)

0 commit comments

Comments
 (0)