From 0d71b40e1c01444b6becdf83026d1b6604d06691 Mon Sep 17 00:00:00 2001 From: Adrien Date: Wed, 21 Aug 2019 10:46:25 +0900 Subject: [PATCH] Fix tiny typo, and -> an --- doc/libhttplib2.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/libhttplib2.rst b/doc/libhttplib2.rst index a407bfe..82f35ca 100644 --- a/doc/libhttplib2.rst +++ b/doc/libhttplib2.rst @@ -261,7 +261,7 @@ Http Objects The *connection_type* is the type of connection object to use. The supplied class should implement the interface of httplib.HTTPConnection. - The return value is a tuple of (response, content), the first being and instance + The return value is a tuple of (response, content), the first being an instance of the :class:`Response` class, the second being a string that contains the response entity body.