From 0d875eb536900f1d9c6be60e06f8bc5f028a2b83 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Thu, 1 Mar 2018 12:54:48 -0500 Subject: [PATCH] more accurate description Signed-off-by: Kenneth Reitz --- requests_html.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requests_html.py b/requests_html.py index f88396e..5612d3f 100644 --- a/requests_html.py +++ b/requests_html.py @@ -446,7 +446,7 @@ class HTMLResponse(requests.Response): def user_agent(style=None) -> _UserAgent: - """Returns a random user-agent, if not requested one of a specific + """Returns an apparently legit user-agent, if not requested one of a specific style. Defaults to a Chrome-style User-Agent. """ global useragent