Ver código fonte

Use proper ellipsis (U+2026)

Alois Mahdal 10 anos atrás
pai
commit
e92439cc85
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1
    1
      include/sardine.py

+ 1
- 1
include/sardine.py Ver arquivo

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: