File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ Introduction
13
13
:target: https://github.com/adafruit/Adafruit_CircuitPython_RPLIDAR
14
14
:alt: Build Status
15
15
16
- .. Provide a convienent interface to the Slamtec RPLidar.
16
+ .. Provide a convenient interface to the Slamtec RPLidar.
17
17
18
18
Dependencies
19
19
=============
@@ -66,7 +66,7 @@ Usage Example
66
66
process_data(scan_data)
67
67
68
68
except KeyboardInterrupt :
69
- print (' Stoping .' )
69
+ print (' Stopping .' )
70
70
lidar.stop()
71
71
lidar.disconnect()
72
72
@@ -75,7 +75,7 @@ Contributing
75
75
============
76
76
77
77
Contributions are welcome! Please read our `Code of Conduct
78
- <https://github.com/adafruit/Adafruit_circuitpython_CircuitPython_RPLIDAR /blob/master/CODE_OF_CONDUCT.md> `_
78
+ <https://github.com/adafruit/Adafruit_CircuitPython_RPLIDAR /blob/master/CODE_OF_CONDUCT.md> `_
79
79
before contributing to help this project stay welcoming.
80
80
81
81
Documentation
You can’t perform that action at this time.
0 commit comments