From 81efe1fa883048db48f8a5df4a151b029acbd538 Mon Sep 17 00:00:00 2001 From: elpres Date: Thu, 17 Nov 2011 11:31:55 +0100 Subject: [PATCH] Corrected period to comma. --- docs/user/advanced.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/user/advanced.rst b/docs/user/advanced.rst index 0c26f2d3..6a5a520f 100644 --- a/docs/user/advanced.rst +++ b/docs/user/advanced.rst @@ -78,7 +78,7 @@ this, you can pass in a ``config`` dictionary to a request or session. See the : Keep-Alive ---------- -Excellent news — thanks to urllib3. keep-alive is 100% automatic within a session! Any requests that you make within a session will automatically reuse the appropriate connection! +Excellent news — thanks to urllib3, keep-alive is 100% automatic within a session! Any requests that you make within a session will automatically reuse the appropriate connection! If you'd like to disable keep-alive, you can simply set the ``keep_alive`` configuration to ``False``::