Skip to content

Commit 701aeb1

Browse files
committed
Whitespace change to satisfy sphinx.
1 parent e7e66c5 commit 701aeb1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

adafruit_irremote.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -196,8 +196,7 @@ class NonblockingGenericDecode:
196196
Decode pulses into bytes in a non-blocking fashion.
197197
198198
:param ~pulseio.PulseIn input_pulses: Object to read pulses from
199-
:param int max_pulse: Pulse duration to end a burst. Units are
200-
microseconds.
199+
:param int max_pulse: Pulse duration to end a burst. Units are microseconds.
201200
202201
>>> pulses = PulseIn(...)
203202
>>> decoder = NonblockingGenericDecoder(pulses)

0 commit comments

Comments
 (0)