瀏覽代碼

Use proper ellipsis (U+2026)

Alois Mahdal 11 年之前
父節點
當前提交
e92439cc85
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      include/sardine.py

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

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