From 739f649579db9a502b5f6171dc1f867655f381e5 Mon Sep 17 00:00:00 2001 From: Dave Jones Date: Wed, 22 May 2024 14:44:37 +0100 Subject: [PATCH] Fix example (Infra) (#1252) Fix example The parsed example is incorrect (or, I suppose, the example is incorrect, but either way one of them needs fixing!) --- docs/reference/units/rfc822.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/units/rfc822.rst b/docs/reference/units/rfc822.rst index c8f1e006d7..01fd84925a 100644 --- a/docs/reference/units/rfc822.rst +++ b/docs/reference/units/rfc822.rst @@ -44,7 +44,7 @@ The example below:: Is parsed as an ENTRY (in python syntax):: - ("key", "\nvalue") + ("key", "\nmore value") Quirk 2 -- the # comments -------------------------