diff options
| -rw-r--r-- | meta.py | 2 | 
1 files changed, 1 insertions, 1 deletions
@@ -4,7 +4,7 @@ import shlex  Meta = namedtuple('Meta', ['sects', 'meta'])  def _merge(l): -    return ''.join(l).strip() +    return ''.join(l)  def _next(l):      sect = deque()      while l and not l[0].strip().startswith('$'):  | 
