Răsfoiți Sursa

tau: fix typo

darkfi 1 an în urmă
părinte
comite
8e199758d4
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      bin/tau/tau-python/tau

+ 1 - 1
bin/tau/tau-python/tau

@@ -459,7 +459,7 @@ async def comment(refid, args, server_name, port):
     task = await api.fetch_task(refid, server_name, port)
     assert task is not None
     title = task["title"]
-    print(f"Commented on task'{title}'")
+    print(f"Commented on task '{title}'")
     return 0
 
 def is_filtered(task, filters):