summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Gates <tim.gates@iress.com>2020-12-28 12:34:37 +1100
committerAsif Saif Uddin <auvipy@gmail.com>2020-12-28 10:01:13 +0600
commita37a05616f5c85fe690e1a8f0f4395e371d25943 (patch)
tree7ed734a63e305b0fd142d5d946f9ed939933856b
parent716ad7e1f7b1e8c241ebbbe9b818d255e42db655 (diff)
downloadkombu-a37a05616f5c85fe690e1a8f0f4395e371d25943.tar.gz
docs: fix simple typo, propery -> property
There is a small typo in kombu/asynchronous/http/base.py. Should read `property` rather than `propery`.
-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: