From 05d42746f8b92d2b9312224c0c4ae4c247068542 Mon Sep 17 00:00:00 2001 From: Thibaut Date: Mon, 12 Oct 2015 10:58:50 -0400 Subject: [PATCH] Update Python documentation (3.5.0) --- lib/docs/scrapers/python.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/docs/scrapers/python.rb b/lib/docs/scrapers/python.rb index 8effaa49..7d06d795 100644 --- a/lib/docs/scrapers/python.rb +++ b/lib/docs/scrapers/python.rb @@ -1,6 +1,6 @@ module Docs class Python < FileScraper - self.version = '3.4.3' + self.version = '3.5.0' self.type = 'sphinx' self.dir = '/Users/Thibaut/DevDocs/Docs/Python' # downloaded from docs.python.org/3/download.html self.base_url = 'http://docs.python.org/3/'