From 24dfbfde552bb8ce48eec415714cbe793cfa95bd Mon Sep 17 00:00:00 2001 From: Chavithra Date: Mon, 17 Jan 2022 19:30:24 +0100 Subject: [PATCH] Update quickstart.rst : fixing brotlicffi link (#6044) --- docs/user/quickstart.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/user/quickstart.rst b/docs/user/quickstart.rst index bc0efc8939..7fac5ce735 100644 --- a/docs/user/quickstart.rst +++ b/docs/user/quickstart.rst @@ -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 `_ or `brotlicffi `_ is installed. +like `brotli `_ or `brotlicffi `_ is installed. For example, to create an image from binary data returned by a request, you can use the following code::