Skip to content

Commit bb5b81e

Browse files
committed
Fix docstring
1 parent da8074c commit bb5b81e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

adafruit_rplidar.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -347,8 +347,9 @@ def clear_input(self) -> None:
347347

348348
def start(self, scan_type: int = SCAN_TYPE_NORMAL) -> None:
349349
"""Start the scanning process
350+
350351
Parameters
351-
----------
352+
352353
scan_type : int, optional
353354
Normal, force or express; default is normal
354355
"""

0 commit comments

Comments
 (0)