diff --git a/scrapy/trunk/docs/ref/exceptions.rst b/scrapy/trunk/docs/ref/exceptions.rst index b188dd0a0..d719ece3b 100644 --- a/scrapy/trunk/docs/ref/exceptions.rst +++ b/scrapy/trunk/docs/ref/exceptions.rst @@ -63,11 +63,3 @@ NotSupported This exception is raised to indicate an unsupported feature. -.. exception:: UsageError - -UsageError ----------- - -This exception indicates a incorrect usage of the Scrapy API. - -