Browse Source

Update Python documentation (3.13.1)

Simon Legner 1 year ago
parent
commit
cf97ef05b7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      lib/docs/scrapers/python.rb

+ 1 - 1
lib/docs/scrapers/python.rb

@@ -28,7 +28,7 @@ module Docs
     HTML
 
     version '3.13' do
-      self.release = '3.13.0'
+      self.release = '3.13.1'
       self.base_url = "https://docs.python.org/#{self.version}/"
 
       html_filters.push 'python/entries_v3', 'sphinx/clean_html', 'python/clean_html'