mirror of https://github.com/scrapy/scrapy.git
updated copyright year, and indentation space
This commit is contained in:
parent
247fc26598
commit
ede1df4b4f
|
|
@ -8,6 +8,6 @@ LOG_DIR = '/var/log/scrapy'
|
|||
# * Values are number of processes that should be started for each project, or
|
||||
# zero if you want to use the number of cores available.
|
||||
PROJECTS = {
|
||||
# 'mybot.settings': 0,
|
||||
# 'mybot.settings': 0,
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -42,7 +42,7 @@ master_doc = 'index'
|
|||
|
||||
# General information about the project.
|
||||
project = u'Scrapy'
|
||||
copyright = u'2008-2009, Insophia'
|
||||
copyright = u'2008-2010, Insophia'
|
||||
|
||||
# The version info for the project you're documenting, acts as replacement for
|
||||
# |version| and |release|, also used in various other places throughout the
|
||||
|
|
|
|||
Loading…
Reference in New Issue