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::