From c3bef6b0d930f34c20848508ab3ef2066a8a449c Mon Sep 17 00:00:00 2001 From: Chris Warrick Date: Sat, 27 Apr 2013 14:52:35 +0300 Subject: [PATCH] A tiny typo, noticed while working on the Polish translation. --- docs/api.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api.rst b/docs/api.rst index 89733a29..cf68ca40 100644 --- a/docs/api.rst +++ b/docs/api.rst @@ -13,7 +13,7 @@ important right here and provide links to the canonical documentation. Main Interface -------------- -All of Request's functionality can be accessed by these 7 methods. +All of Requests' functionality can be accessed by these 7 methods. They all return an instance of the :class:`Response ` object. .. autofunction:: request