Ver código fonte

tau: fix typo

darkfi 1 ano atrás
pai
commit
8e199758d4
1 arquivos alterados com 1 adições e 1 exclusões
  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):