mirror of https://github.com/scrapy/scrapy.git
fixed typo in docstring
This commit is contained in:
parent
e55158ebdd
commit
962dbeba88
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue