mirror of
https://github.com/freeCodeCamp/devdocs
synced 2024-11-16 19:48:10 +01:00
Update Python documentation (3.5.1)
This commit is contained in:
parent
d33633688e
commit
b4dcb63fa3
1 changed files with 1 additions and 1 deletions
|
@ -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/'
|
||||
|
|
Loading…
Reference in a new issue