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 09925ff commit 5fb30b6Copy full SHA for 5fb30b6
lib/docs/scrapers/python.rb
@@ -28,7 +28,7 @@ class Python < UrlScraper
28
HTML
29
30
version '3.14' do
31
- self.release = '3.14.0'
+ self.release = '3.14.2'
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