mirror of
https://github.com/freeCodeCamp/devdocs
synced 2024-11-16 19:48:10 +01:00
Update Python documentation (3.3.4)
This commit is contained in:
parent
d203ecb9b9
commit
bb3d06232b
2 changed files with 3 additions and 3 deletions
|
@ -165,7 +165,7 @@ credits = [
|
|||
'http://www.postgresql.org/about/licence/'
|
||||
], [
|
||||
'Python',
|
||||
'1990-2013 Python Software Foundation<br>Python is a trademark of the Python Software Foundation.',
|
||||
'1990-2014 Python Software Foundation<br>Python is a trademark of the Python Software Foundation.',
|
||||
'PSFL',
|
||||
'http://docs.python.org/3/license.html'
|
||||
], [
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
module Docs
|
||||
class Python < FileScraper
|
||||
self.version = '3.3.3'
|
||||
self.version = '3.3.4'
|
||||
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
|
||||
© 1990–2013 Python Software Foundation<br>
|
||||
© 1990–2014 Python Software Foundation<br>
|
||||
Licensed under the PSF License.
|
||||
HTML
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue