diff options
Diffstat (limited to 'swift/common/swob.py')
-rw-r--r-- | swift/common/swob.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/swift/common/swob.py b/swift/common/swob.py index fdcbaf3e9..e6b3d4294 100644 --- a/swift/common/swob.py +++ b/swift/common/swob.py @@ -1331,7 +1331,7 @@ class Response(object): object length and body or app_iter to reset the content_length properties on the request. - It is ok to not call this method, the conditional resposne will be + It is ok to not call this method, the conditional response will be maintained for you when you __call__ the response. """ self.response_iter = self._response_iter(self.app_iter, self._body) |