1
0
mirror of https://github.com/scrapy/scrapy.git synced 2025-02-22 23:03:52 +00:00

Small fix in description of startproject arguments

This commit is contained in:
simik-ru 2017-07-30 17:04:02 +03:00 committed by Paul Tremberth
parent 9d34b2fe16
commit a65fec050a

View File

@ -187,7 +187,7 @@ startproject
Creates a new Scrapy project named ``project_name``, under the ``project_dir``
directory.
If ``project_dir`` wasn't specified, ``project_dir`` will be the same as ``myproject``.
If ``project_dir`` wasn't specified, ``project_dir`` will be the same as ``project_name``.
Usage example::