From f4eaefa63e80b323762c4e719342717fd523663b Mon Sep 17 00:00:00 2001 From: Maximilian Hils Date: Sat, 5 Sep 2015 12:07:49 +0200 Subject: [PATCH] fix rfc quotation --- docs/user/quickstart.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/user/quickstart.rst b/docs/user/quickstart.rst index 0b3e8f0b..f8b78801 100644 --- a/docs/user/quickstart.rst +++ b/docs/user/quickstart.rst @@ -368,10 +368,10 @@ times with different values, but requests combines them so they can be represented in the dictionary within a single mapping, as per `RFC 7230 `_: - > A recipient MAY combine multiple header fields with the same field name - > into one "field-name: field-value" pair, without changing the semantics - > of the message, by appending each subsequent field value to the combined - > field value in order, separated by a comma. + A recipient MAY combine multiple header fields with the same field name + into one "field-name: field-value" pair, without changing the semantics + of the message, by appending each subsequent field value to the combined + field value in order, separated by a comma. Cookies -------