install.rst: minor clarification

This commit is contained in:
Adrián Chaves 2020-07-01 20:09:35 +02:00
parent 75dc93d2cd
commit 7d3dc048a6
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ Installation guide
Supported Python versions
=========================
Scrapy requires Python 3.5.2+, either the default CPython implementation or
Scrapy requires Python 3.5.2+, either the CPython implementation (default) or
the PyPy 5.9+ implementation (see :ref:`python:implementations`).