Преглед изворни кода

Update Python documentation (3.5.0)

Thibaut пре 10 година
родитељ
комит
05d42746f8
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      lib/docs/scrapers/python.rb

+ 1 - 1
lib/docs/scrapers/python.rb

@@ -1,6 +1,6 @@
 module Docs
 module Docs
   class Python < FileScraper
   class Python < FileScraper
-    self.version = '3.4.3'
+    self.version = '3.5.0'
     self.type = 'sphinx'
     self.type = 'sphinx'
     self.dir = '/Users/Thibaut/DevDocs/Docs/Python' # downloaded from docs.python.org/3/download.html
     self.dir = '/Users/Thibaut/DevDocs/Docs/Python' # downloaded from docs.python.org/3/download.html
     self.base_url = 'http://docs.python.org/3/'
     self.base_url = 'http://docs.python.org/3/'