summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorKenneth Reitz <me@kennethreitz.org>2019-08-20 00:24:08 -0400
committerGitHub <noreply@github.com>2019-08-20 00:24:08 -0400
commitada50499a0de44219a581ade3e8cebfa5c7334e4 (patch)
treeca55d35adf2f09676f216b94a173ced0d5cf400f /docs
parent82c744b59c4cd8c6bc5303a8ed7c892b6490b888 (diff)
parent07005b0ffcf68dce9a5a6c2526a6dd82a1362e54 (diff)
downloadpython-requests-ada50499a0de44219a581ade3e8cebfa5c7334e4.tar.gz
Merge pull request #4996 from sblondon/master
Add link to user-agent documentation
Diffstat (limited to 'docs')
-rw-r--r--docs/community/faq.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/community/faq.rst b/docs/community/faq.rst
index 945096dc..44d3e6e8 100644
--- a/docs/community/faq.rst
+++ b/docs/community/faq.rst
@@ -21,7 +21,8 @@ Custom User-Agents?
-------------------
Requests allows you to easily override User-Agent strings, along with
-any other HTTP Header.
+any other HTTP Header. See `documentation about headers <http://docs.python-requests.org/en/master/user/quickstart/#custom-headers>`_.
+
Why not Httplib2?