Sfoglia il codice sorgente

Use proper ellipsis (U+2026)

Alois Mahdal 12 anni fa
parent
commit
e92439cc85
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1
    1
      include/sardine.py

+ 1
- 1
include/sardine.py Vedi File

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: