From 12e5544d5df208b6082e10069bd03625054ccda6 Mon Sep 17 00:00:00 2001 From: "Kyle P. Johnson" Date: Thu, 23 May 2019 19:41:01 -0700 Subject: [PATCH] Change phrasing of faint of heart --- docs/source/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/index.rst b/docs/source/index.rst index bcfcef5..d80a864 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -23,7 +23,7 @@ When using this library you automatically get: - **Full JavaScript support**! - *CSS Selectors* (a.k.a jQuery-style, thanks to PyQuery). -- *XPath Selectors*, for the faint at heart. +- *XPath Selectors*, for the faint of heart. - Mocked user-agent (like a real web browser). - Automatic following of redirects. - Connection–pooling and cookie persistence.