Add empty lines

This commit is contained in:
Scott Shawcroft 2020-08-21 11:36:50 -07:00
parent 83deea0e03
commit 9a8b4e98bf
No known key found for this signature in database
GPG Key ID: 0DFD512649C052DA
1 changed files with 2 additions and 2 deletions

View File

@ -41,10 +41,10 @@
//| Individual pulses are commonly used in infrared remotes and in DHT //| Individual pulses are commonly used in infrared remotes and in DHT
//| temperature sensors. //| temperature sensors.
//| //|
//|
//| .. warning:: PWMOut is moving to `pwmio` and will be removed from `pulseio` //| .. warning:: PWMOut is moving to `pwmio` and will be removed from `pulseio`
//| in CircuitPython 7. //| in CircuitPython 7.
//|
//| All classes change hardware state and should be deinitialized when they //| All classes change hardware state and should be deinitialized when they
//| are no longer needed if the program continues after use. To do so, either //| are no longer needed if the program continues after use. To do so, either
//| call :py:meth:`!deinit` or use a context manager. See //| call :py:meth:`!deinit` or use a context manager. See