summaryrefslogtreecommitdiff
path: root/kombu/asynchronous/http/base.py
diff options
context:
space:
mode:
Diffstat (limited to 'kombu/asynchronous/http/base.py')
-rw-r--r--kombu/asynchronous/http/base.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/kombu/asynchronous/http/base.py b/kombu/asynchronous/http/base.py
index d4ae4a9d..a5aed986 100644
--- a/kombu/asynchronous/http/base.py
+++ b/kombu/asynchronous/http/base.py
@@ -191,7 +191,7 @@ class Response:
"""The full contents of the response body.
Note:
- Accessing this propery will evaluate the buffer
+ Accessing this property will evaluate the buffer
and subsequent accesses will be cached.
"""
if self._body is None: