Fix attribute link

This commit is contained in:
Dave Jones
2017-07-14 21:44:40 +01:00
parent cb4276e897
commit 401f3a4437

View File

@@ -322,7 +322,7 @@ class Pin(object):
detection, measured in seconds. If bounce detection is not currently in
use, this is ``None``.
For example, if :attr:`edge` is currently "rising", :attr:`bounce` is
For example, if :attr:`edges` is currently "rising", :attr:`bounce` is
currently 5/1000 (5ms), then the waveform below will only fire
:attr:`when_changed` on two occasions despite there being three rising
edges: