Browse Source

Use proper ellipsis (U+2026)

Alois Mahdal 10 years ago
parent
commit
e92439cc85
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      include/sardine.py

+ 1
- 1
include/sardine.py View File

@@ -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: