From a65fec050ae4a07d233ae886457daf10f14929fe Mon Sep 17 00:00:00 2001 From: simik-ru Date: Sun, 30 Jul 2017 17:04:02 +0300 Subject: [PATCH] Small fix in description of startproject arguments --- 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 8de858f8a..dc8067d7e 100644 --- a/docs/topics/commands.rst +++ b/docs/topics/commands.rst @@ -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::