Skip to content

Commit 7d24d97

Browse files
committed
Update Python documentation (3.12.4)
1 parent 9970b46 commit 7d24d97

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lib/docs/scrapers/python.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module Docs
2-
class Python < FileScraper
2+
class Python < UrlScraper
33
self.type = 'python'
44
self.root_path = 'index.html'
55
self.links = {
@@ -23,12 +23,12 @@ class Python < FileScraper
2323
library/sunau.html)
2424

2525
options[:attribution] = <<-HTML
26-
&copy; 2001&ndash;2023 Python Software Foundation<br>
26+
&copy; 2001&ndash;2024 Python Software Foundation<br>
2727
Licensed under the PSF License.
2828
HTML
2929

3030
version '3.12' do
31-
self.release = '3.12.1'
31+
self.release = '3.12.4'
3232
self.base_url = "https://docs.python.org/#{self.version}/"
3333

3434
html_filters.push 'python/entries_v3', 'sphinx/clean_html', 'python/clean_html'

0 commit comments

Comments
 (0)