Przeglądaj źródła

Update Python documentation (3.4.3)

Thibaut 10 lat temu
rodzic
commit
d9aeaee35f
1 zmienionych plików z 2 dodań i 2 usunięć
  1. 2 2
      lib/docs/scrapers/python.rb

+ 2 - 2
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
-      &copy; 1990&ndash;2014 Python Software Foundation<br>
+      &copy; 1990&ndash;2015 Python Software Foundation<br>
       Licensed under the PSF License.
     HTML
   end