Parcourir la source

Update Python documentation (3.5.1)

Thibaut il y a 10 ans
Parent
commit
b4dcb63fa3
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      lib/docs/scrapers/python.rb

+ 1 - 1
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/'