We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21aa3ad commit 214cb3cCopy full SHA for 214cb3c
docs/client.rst
@@ -145,9 +145,9 @@ Streaming Response Content
145
--------------------------
146
147
While methods ``read()``, ``json()`` and ``text()`` are very
148
-convenient you should use them carefully. All this methods loads the
+convenient you should use them carefully. All these methods load the
149
whole response in memory. For example if you want to download several
150
-gigabyte sized files, this methods will load all the data in
+gigabyte sized files, these methods will load all the data in
151
memory. Instead you can use the ``ClientResponse.content``
152
attribute. It is an instance of the ``aiohttp.StreamReader``
153
class. The ``gzip`` and ``deflate`` transfer-encodings are
0 commit comments