Skip to content

Commit 2240f46

Browse files
committed
Update Python documentation (3.14.4)
1 parent b67fe09 commit 2240f46

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/docs/scrapers/python.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,12 @@ class Python < UrlScraper
2323
library/sunau.html)
2424

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

3030
version '3.14' do
31-
self.release = '3.14.3'
31+
self.release = '3.14.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)