From 401f3a443701143f76c9182f01e55cf5870f7a8d Mon Sep 17 00:00:00 2001 From: Dave Jones Date: Fri, 14 Jul 2017 21:44:40 +0100 Subject: [PATCH] Fix attribute link --- gpiozero/pins/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gpiozero/pins/__init__.py b/gpiozero/pins/__init__.py index 70febc1..fcb7372 100644 --- a/gpiozero/pins/__init__.py +++ b/gpiozero/pins/__init__.py @@ -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: