Skip to content

Commit afccfab

Browse files
committed
Add indent to Sphinx param line in docstring
1 parent 09ce803 commit afccfab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_esp32spi/digitalio.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ def drive_mode(self):
195195
def drive_mode(self, mode):
196196
"""Sets the pin drive mode.
197197
:param DriveMode mode: Defines the drive mode when outputting digital values.
198-
Either PUSH_PULL or OPEN_DRAIN
198+
Either PUSH_PULL or OPEN_DRAIN
199199
"""
200200
if mode is DriveMode.OPEN_DRAIN:
201201
raise NotImplementedError(

0 commit comments

Comments
 (0)