From 55fb3c0dd9306c2891de5eb7650cc491b9b873b9 Mon Sep 17 00:00:00 2001 From: Pablo Hoffman Date: Sat, 28 Feb 2009 02:42:32 +0000 Subject: [PATCH] removed UsageError from docs --HG-- extra : convert_revision : svn%3Ab85faa78-f9eb-468e-a121-7cced6da292c%40937 --- scrapy/trunk/docs/ref/exceptions.rst | 8 -------- 1 file changed, 8 deletions(-) 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. - -