From a4750275c77b71e185f0cd9d0a1e645bf62e6b24 Mon Sep 17 00:00:00 2001 From: Thibaut Date: Sat, 15 Mar 2014 10:37:56 -0400 Subject: [PATCH] Update Python documentation (3.3.5) --- 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 1cf4e40a..e8b5c5de 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.3.4' + self.version = '3.3.5' 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/'