Skip to content

Commit 22bf99c

Browse files
author
Daniel Pollard
committed
Fixed underline in documentation
1 parent ee2cb70 commit 22bf99c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

shared-bindings/countio/Counter.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@
1212
//| .. currentmodule:: countio
1313
//|
1414
//| :class:`Counter` -- Track the count of falling edge transistions (pulses) on a given pin
15-
//| ====================================================================================
15+
//| ========================================================================================
1616
//|
1717
//| Counter will keep track of the number of falling edge transistions (pulses) on a given pin
1818
//|
1919
//| .. class:: Counter(pin_a)
2020
//|
21-
//| Create an Counter object associated with the given pin. It tracks the number of
21+
//| Create a Counter object associated with the given pin. It tracks the number of
2222
//| falling pulses relative when the object is constructed.
2323
//|
2424
//| :param ~microcontroller.Pin pin_a: Pin to read pulses from.

0 commit comments

Comments
 (0)