From f3e24506363c2bc0e477abeac5ff85ce0be231e6 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Fri, 19 Oct 2018 03:09:53 -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 8b79be8..ae55e78 100644 --- a/responder/models.py +++ b/responder/models.py @@ -256,7 +256,7 @@ class Response: self.cookies = {} #: The cookies set in the Response, as a dictionary self.session = ( req.session.copy() - ) #: The *cookie-based* session data, in dict form, to add to the Response. + ) #: The cookie-based session data, in dict form, to add to the Response. @property async def body(self):