mirror of https://github.com/scrapy/scrapy.git
spelling: preexisting
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
66ab82f126
commit
826e0ee611
|
|
@ -316,7 +316,7 @@ class StartprojectTemplatesTest(ProjectTest):
|
|||
self.assertEqual(actual_permissions, expected_permissions)
|
||||
|
||||
def test_startproject_permissions_unchanged_in_destination(self):
|
||||
"""Check that pre-existing folders and files in the destination folder
|
||||
"""Check that preexisting folders and files in the destination folder
|
||||
do not see their permissions modified."""
|
||||
scrapy_path = scrapy.__path__[0]
|
||||
project_template = Path(scrapy_path, 'templates', 'project')
|
||||
|
|
|
|||
Loading…
Reference in New Issue