Skip to content

Commit 0a34b3b

Browse files
committed
fix: unterminated string
1 parent 5853f6c commit 0a34b3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

things/api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,7 @@ def today(**kwargs):
368368
print(
369369
"[NOTE] The results reflect the state of the Things app "
370370
"when it was last run. If the results seem out of date, "
371-
"then run the Things app and click the yellow 'OK' button
371+
"then run the Things app and click the yellow 'OK' button "
372372
"to update Today's to-dos and projects.",
373373
file=sys.stderr,
374374
)

0 commit comments

Comments
 (0)