Skip to content

Commit a5f72b4

Browse files
authored
Remove trailing whitespace
1 parent 5c0b8ed commit a5f72b4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

simpleio.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ def deinit(self):
229229
class DigitalOut:
230230
"""
231231
Simple digital output that is valid until reload.
232-
232+
233233
:param pin microcontroller.Pin: output pin
234234
:param value bool: default value
235235
:param drive_mode digitalio.DriveMode: drive mode for the output
@@ -250,7 +250,7 @@ def value(self, value):
250250
class DigitalIn:
251251
"""
252252
Simple digital input that is valid until reload.
253-
253+
254254
:param pin microcontroller.Pin: input pin
255255
:param pull digitalio.Pull: pull configuration for the input
256256
"""

0 commit comments

Comments
 (0)