From 212f280c19e1627e1a386eda6af2bd393d865995 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Fri, 19 Oct 2018 03:10:39 -0700 Subject: [PATCH] models --- responder/models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/responder/models.py b/responder/models.py index ae55e78..aaf5d2c 100644 --- a/responder/models.py +++ b/responder/models.py @@ -251,7 +251,7 @@ class Response: ) #: A Python object that will be content-negotiated and sent back to the client. Typically, in JSON formatting. self.headers = ( {} - ) #: A Python dictionary of {Key: value}, representing the headers of the response. + ) #: A Python dictionary of ``{key: value}``, representing the headers of the response. self.formats = formats self.cookies = {} #: The cookies set in the Response, as a dictionary self.session = (