From 676a553efa70f07a2532e2d9b0387da3e54513f3 Mon Sep 17 00:00:00 2001 From: Javi Date: Tue, 13 Jan 2015 01:51:42 +0100 Subject: [PATCH] Fixed tests documentation --- docs/source/topics/tests.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/topics/tests.rst b/docs/source/topics/tests.rst index cacf15f86..f852526aa 100644 --- a/docs/source/topics/tests.rst +++ b/docs/source/topics/tests.rst @@ -90,8 +90,8 @@ And let's say too that it uses a database file and you need to clean it before a Testing backend sequences ========================= -To test :class:`BackendSequenceTest ` crawling sequences you can use the -:class:`BackendTest ` class. +To test :class:`Backend ` crawling sequences you can use the +:class:`BackendSequenceTest ` class. .. autoclass:: crawlfrontier.tests.backends.BackendSequenceTest