Skip to content

Commit a0c296f

Browse files
committed
docs/machine.Pin: Disambiguate object call method.
1 parent 1d3b903 commit a0c296f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/library/machine.Pin.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ Methods
130130
anything that converts to a boolean. If it converts to ``True``, the pin
131131
is set high, otherwise it is set low.
132132

133-
.. method:: pin([value])
133+
.. method:: Pin.__call__([value])
134134

135135
Pin objects are callable. The call method provides a (fast) shortcut to set and get the value of the pin.
136136
See :func:`Pin.value` for more details.

0 commit comments

Comments
 (0)