Explorar o código

tau: fix typo

darkfi hai 1 ano
pai
achega
8e199758d4
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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):