docs/machine.Pin: Disambiguate object call method.

pull/2080/merge
Paul Sokolovsky 2016-06-09 02:58:15 +03:00
rodzic 1d3b903eb5
commit a0c296f6d5
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -130,7 +130,7 @@ Methods
anything that converts to a boolean. If it converts to ``True``, the pin
is set high, otherwise it is set low.
.. method:: pin([value])
.. method:: Pin.__call__([value])
Pin objects are callable. The call method provides a (fast) shortcut to set and get the value of the pin.
See :func:`Pin.value` for more details.