Fixed underline in documentation

This commit is contained in:
Daniel Pollard 2020-05-12 14:52:48 +10:00
parent ee2cb703c8
commit 22bf99ccc4
1 changed files with 2 additions and 2 deletions

View File

@ -12,13 +12,13 @@
//| .. currentmodule:: countio
//|
//| :class:`Counter` -- Track the count of falling edge transistions (pulses) on a given pin
//| ====================================================================================
//| ========================================================================================
//|
//| Counter will keep track of the number of falling edge transistions (pulses) on a given pin
//|
//| .. class:: Counter(pin_a)
//|
//| Create an Counter object associated with the given pin. It tracks the number of
//| Create a Counter object associated with the given pin. It tracks the number of
//| falling pulses relative when the object is constructed.
//|
//| :param ~microcontroller.Pin pin_a: Pin to read pulses from.