Update Python documentation (3.5.1)

This commit is contained in:
Thibaut 2015-12-13 15:17:18 -05:00
parent d33633688e
commit b4dcb63fa3

View file

@ -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/'