Skip to content

Commit b5c605b

Browse files
committed
Fix comment
1 parent 008896c commit b5c605b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ Usage Example
5252

5353
#pylint: disable=redefined-outer-name,global-statement
5454
def process_data(data):
55-
'''Do something useful with the data'''
55+
# Do something useful with the data
5656
pass
5757

5858
scan_data = [0]*360

0 commit comments

Comments
 (0)