From b4dcb63fa3297143b20599e8cfd42a5e7d9c1269 Mon Sep 17 00:00:00 2001 From: Thibaut Date: Sun, 13 Dec 2015 15:17:18 -0500 Subject: [PATCH] Update Python documentation (3.5.1) --- 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 7d06d795..31b7e821 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.5.0' + self.version = '3.5.1' 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/'