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
1 changed files with 1 additions and 1 deletions

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::