]> git.ipfire.org Git - thirdparty/patchwork.git/commitdiff
docs: Fix a release note issue
authorStephen Finucane <stephen@that.guru>
Wed, 11 Apr 2018 16:36:17 +0000 (17:36 +0100)
committerDaniel Axtens <dja@axtens.net>
Sat, 14 Apr 2018 07:15:09 +0000 (17:15 +1000)
You can't have a space before the closing double backticks of a literal
block. This was generating the following (unhelpful) error message:

  patchwork/docs/releases/unreleased.rst:82:Inline literal start-string
  without end-string.

reno should have better error messages but that's a problem for another
day.

Signed-off-by: Stephen Finucane <stephen@that.guru>
Signed-off-by: Daniel Axtens <dja@axtens.net>
releasenotes/notes/mbox-headers-27e1f1bde9570e9f.yaml

index 756411863a300c4cce4e27a677770e4ed93e5caa..a76e3e7fdebc6f0a5af7abe3e98a0c1ec409ebaf 100644 (file)
@@ -2,5 +2,5 @@
 other:
   - |
     mbox files now contain all headers from the original email. This also means
-    the ``Subject: `` header included will contain the original subject and not
+    the ``Subject:`` header included will contain the original subject and not
     the parsed Patchwork's version.