瀏覽代碼

tau: fix typo

darkfi 1 年之前
父節點
當前提交
8e199758d4
共有 1 個文件被更改,包括 1 次插入1 次删除
  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):