瀏覽代碼

Use proper ellipsis (U+2026)

Alois Mahdal 10 年之前
父節點
當前提交
e92439cc85
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      include/sardine.py

+ 1
- 1
include/sardine.py 查看文件

@@ -84,7 +84,7 @@ class Subcommand(object):
84 84
         self.plugin = module.Plugin(self.plugindata)
85 85
 
86 86
     def _format_output(self, raw):
87
-        suffix = "..."
87
+        suffix = ""
88 88
         cooked = raw
89 89
         if self.plugindata.fmt == "plain":
90 90
             if len(raw) > self.plugindata.maxlen: