From 13c309e69bc08f7c565f7a47154adfed5677d900 Mon Sep 17 00:00:00 2001 From: Darth-Ness <75047141+Darth-Ness@users.noreply.github.com> Date: Thu, 20 Oct 2022 11:24:10 +0000 Subject: [PATCH] Correct grammar issue. --- tnote | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tnote b/tnote index 62a8688..3b7fd6f 100755 --- a/tnote +++ b/tnote @@ -238,7 +238,7 @@ def view_entry(search_query=None, search_content=True): def search_entries(): - """Let's us search through the diary entries""" + """Let us search through the diary entries""" while 1: clear() print("What do you want to search for?")