From 962dbeba88fd9a2e28ac5bfe109268eb307d3e34 Mon Sep 17 00:00:00 2001 From: Pablo Hoffman Date: Thu, 11 Jun 2009 08:33:01 -0300 Subject: [PATCH] fixed typo in docstring --- scrapy/http/request/rpc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scrapy/http/request/rpc.py b/scrapy/http/request/rpc.py index 8e95072fc..64b4459f8 100644 --- a/scrapy/http/request/rpc.py +++ b/scrapy/http/request/rpc.py @@ -1,5 +1,5 @@ """ -This module implements the XmlRpcRequest class which is a more covenient class +This module implements the XmlRpcRequest class which is a more convenient class (that Request) to generate xml-rpc requests. See documentation in docs/ref/request-response.rst