Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/community/faq.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Encoded Data?
-------------

Requests automatically decompresses gzip-encoded responses, and does
its best to decode response content to unicode when possible.
it's best to decode response content to unicode when possible.

Copilot AI Apr 15, 2026

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The phrase here should be possessive: “does its best …”. Using “it’s” expands to “it is”, which changes the meaning (“and does it is best …” is ungrammatical). Please change this back to “its” (you can keep the de-indented wrap so it stays part of the same paragraph).

Suggested change
it's best to decode response content to unicode when possible.
its best to decode response content to unicode when possible.

Copilot uses AI. Check for mistakes.

When either the `brotli <https://pypi.org/project/Brotli/>`_ or `brotlicffi <https://pypi.org/project/brotlicffi/>`_
package is installed, requests also decodes Brotli-encoded responses.
Expand Down
Loading