aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md2
-rw-r--r--docs/index.rst2
2 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 484f6d83..a27249fe 100644
--- a/README.md
+++ b/README.md
@@ -35,7 +35,7 @@ Software required
* [CherryPy](http://cherrypy.org/) >= 3.2.2 and [Mako](http://www.makotemplates.org/) (for **pyAggr3g470r.py**, the Web interface);
* [BeautifulSoup](http://www.crummy.com/software/BeautifulSoup/) >= 4.1.2 (automatically find a feed in a HTML page).
-Python 3.3 is recommend for better performances with large collections.
+Python 3.3 is recommended (better performances with large collections).
Optional module
diff --git a/docs/index.rst b/docs/index.rst
index f2713de9..68617619 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -43,7 +43,7 @@ Software required
* CherryPy_ >= 3.2.4 and Mako_ (for **pyAggr3g470r.py**, the Web interface);
* BeautifulSoup_ bs4 >= 4.1.2 (automatically find a feed in a HTML page).
-Python 3.3 is recommend for better performances with large collections.
+Python 3.3 is recommended (better performances with large collections).
Optional module
```````````````
bgstack15