mirror of
https://github.com/freeCodeCamp/devdocs
synced 2024-11-16 19:48:10 +01:00
Update Pygame release
This commit is contained in:
parent
6000ffee27
commit
f3898a070f
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
module Docs
|
||||
class Pygame < UrlScraper
|
||||
self.type = 'simple'
|
||||
self.release = '1.9.4'
|
||||
self.release = '1.9.6'
|
||||
self.base_url = 'https://www.pygame.org/docs/'
|
||||
self.root_path = 'py-modindex.html'
|
||||
self.links = {
|
||||
|
|
Loading…
Reference in a new issue