Update quickstart.rst : fixing brotlicffi link (#6044)

This commit is contained in:
Chavithra
2022-01-17 19:30:24 +01:00
committed by GitHub
parent fa1b0a367a
commit 24dfbfde55
+1 -1
View File
@@ -129,7 +129,7 @@ You can also access the response body as bytes, for non-text requests::
The ``gzip`` and ``deflate`` transfer-encodings are automatically decoded for you.
The ``br`` transfer-encoding is automatically decoded for you if a Brotli library
like `brotli <https://pypi.org/project/brotli>`_ or `brotlicffi <https://pypi.org/project/brotli>`_ is installed.
like `brotli <https://pypi.org/project/brotli>`_ or `brotlicffi <https://pypi.org/project/brotlicffi>`_ is installed.
For example, to create an image from binary data returned by a request, you can
use the following code::