Skip to content

Commit 212a345

Browse files
committed
Typo.
1 parent 07bd906 commit 212a345

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tinylink/cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ def main():
166166

167167
if serial is None:
168168
sys.stdout.write("TinyLink CLI uses PySerial, but it is not " \
169-
"installed. Please install this first\n")
169+
"installed. Please install this first.\n")
170170
return 1
171171

172172
# Parse arguments

0 commit comments

Comments
 (0)