From d9aeaee35f1f76d29d4a368de0fca91b22640688 Mon Sep 17 00:00:00 2001 From: Thibaut Date: Sat, 2 May 2015 14:37:19 -0400 Subject: [PATCH] Update Python documentation (3.4.3) --- lib/docs/scrapers/python.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/docs/scrapers/python.rb b/lib/docs/scrapers/python.rb index 80d1da9c..8effaa49 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.2' + self.version = '3.4.3' 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/' @@ -20,7 +20,7 @@ module Docs library/sunau.html) options[:attribution] = <<-HTML - © 1990–2014 Python Software Foundation
+ © 1990–2015 Python Software Foundation
Licensed under the PSF License. HTML end