aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorCédric Bonhomme <kimble.mandel@gmail.com>2013-04-08 14:52:26 +0200
committerCédric Bonhomme <kimble.mandel@gmail.com>2013-04-08 14:52:26 +0200
commite2e4294c5b02bf939ee053355e9e7bd14478a0f5 (patch)
treea613d2cfd861c67d5442f6133fcb29960e1faa05 /docs
parentUpdated README + doc. (diff)
downloadnewspipe-e2e4294c5b02bf939ee053355e9e7bd14478a0f5.tar.gz
newspipe-e2e4294c5b02bf939ee053355e9e7bd14478a0f5.tar.bz2
newspipe-e2e4294c5b02bf939ee053355e9e7bd14478a0f5.zip
Updated README + doc: typo
Diffstat (limited to 'docs')
-rw-r--r--docs/index.rst2
1 files changed, 1 insertions, 1 deletions
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