From 279dcc245f73db08f28c4f6fea053e65f3c7064a Mon Sep 17 00:00:00 2001 From: Pablo Hoffman Date: Sun, 26 Sep 2010 01:01:06 -0300 Subject: [PATCH] Fixed role name in Sphinx doc --- docs/topics/commands.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/topics/commands.rst b/docs/topics/commands.rst index 6339a4607..0ea9e13db 100644 --- a/docs/topics/commands.rst +++ b/docs/topics/commands.rst @@ -73,7 +73,7 @@ information on which commands must be run from inside projects, and which not. Also keep in mind that some commands may have slightly different behaviours when running them from inside projects. For example, the fetch command will use -spider-overridden behaviours (such as custom :settings:`USER_AGENT` per-spider +spider-overridden behaviours (such as custom :setting:`USER_AGENT` per-spider setting) if the url being fetched is associated with some specific spider. This is intentional, as the ``fetch`` command is meant to be used to check how spiders are downloading pages.