docs: Remove spaces on lines that are empty.

This commit is contained in:
Damien George
2019-12-04 15:02:54 +11:00
parent 40cc7ec677
commit 90c524c114
24 changed files with 53 additions and 53 deletions

View File

@@ -47,9 +47,9 @@ Methods
tim.init(Timer.ONE_SHOT, width=32) # one shot 32-bit timer
Keyword arguments:
- ``mode`` can be one of:
- ``TimerWiPy.ONE_SHOT`` - The timer runs once until the configured
period of the channel expires.
- ``TimerWiPy.PERIODIC`` - The timer runs periodically at the configured
@@ -70,7 +70,7 @@ Methods
object is returned (or ``None`` if there is no previous channel).
Otherwise, a TimerChannel object is initialized and returned.
The operating mode is is the one configured to the Timer object that was used to
create the channel.