Fixed role name in Sphinx doc

This commit is contained in:
Pablo Hoffman 2010-09-26 01:01:06 -03:00
parent fd84d8d5c1
commit 279dcc245f
1 changed files with 1 additions and 1 deletions

View File

@ -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.