We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b67fe09 commit 2240f46Copy full SHA for 2240f46
lib/docs/scrapers/python.rb
@@ -23,12 +23,12 @@ class Python < UrlScraper
23
library/sunau.html)
24
25
options[:attribution] = <<-HTML
26
- © 2001–2025 Python Software Foundation<br>
+ © 2001 Python Software Foundation<br>
27
Licensed under the PSF License.
28
HTML
29
30
version '3.14' do
31
- self.release = '3.14.3'
+ self.release = '3.14.4'
32
self.base_url = "https://docs.python.org/#{self.version}/"
33
34
html_filters.push 'python/entries_v3', 'sphinx/clean_html', 'python/clean_html'
0 commit comments