summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorStephen Finucane <stephen@that.guru>2018-04-11 17:36:17 +0100
committerDaniel Axtens <dja@axtens.net>2018-04-14 17:15:09 +1000
commit8fd44bf3c9ea05327077a5e9fd8ef5ed5890336e (patch)
treef06a26b5cddbf413cd06855e5deec52a83ed889a /releasenotes
parent1ff190fe2abea40285129e64dc8f2f3a6e789eef (diff)
downloadpatchwork-8fd44bf3c9ea05327077a5e9fd8ef5ed5890336e.tar
patchwork-8fd44bf3c9ea05327077a5e9fd8ef5ed5890336e.tar.gz
docs: Fix a release note issue
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>
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/mbox-headers-27e1f1bde9570e9f.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/releasenotes/notes/mbox-headers-27e1f1bde9570e9f.yaml b/releasenotes/notes/mbox-headers-27e1f1bde9570e9f.yaml
index 7564118..a76e3e7 100644
--- a/releasenotes/notes/mbox-headers-27e1f1bde9570e9f.yaml
+++ b/releasenotes/notes/mbox-headers-27e1f1bde9570e9f.yaml
@@ -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.