From b06651d1ecf94f983a8a61aaa0bfbb32c87d9133 Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Fri, 25 Sep 2020 13:35:05 +0300 Subject: [PATCH] dspace_statistics_api/indexer.py: Fix Python comment --- dspace_statistics_api/indexer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dspace_statistics_api/indexer.py b/dspace_statistics_api/indexer.py index 18738a7..cf19e3d 100644 --- a/dspace_statistics_api/indexer.py +++ b/dspace_statistics_api/indexer.py @@ -21,7 +21,7 @@ # Connects to a DSpace Solr statistics core and ingests item views and downloads # into a PostgreSQL database for use by other applications (like an API). # -# This script is written for Python 3.5+ and requires several modules that you +# This script is written for Python 3.6+ and requires several modules that you # can install with pip (I recommend using a Python virtual environment): # # $ pip install psycopg2-binary