From 7d3dc048a6bacc089c985219f5ff81da52b54c68 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adri=C3=A1n=20Chaves?= Date: Wed, 1 Jul 2020 20:09:35 +0200 Subject: [PATCH] install.rst: minor clarification --- docs/intro/install.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/intro/install.rst b/docs/intro/install.rst index 088137d38..6d65ae2ee 100644 --- a/docs/intro/install.rst +++ b/docs/intro/install.rst @@ -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`).