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 adae842 commit e6a5bf4Copy full SHA for e6a5bf4
_ext/rss.py
@@ -72,7 +72,7 @@ class RSSFeed:
72
title: str = "pyOpenSci Tutorials"
73
link: str = "https://www.pyopensci.org/python-package-guide/tutorials/intro.html"
74
self_link: str = "https://www.pyopensci.org/python-package-guide/tutorials.rss"
75
- description: str = "Tutorials for learning python i guess!!!"
+ description: str = "A tutorial feed that lists metadata for the pyOpenSci Python packaging tutorials so we can automatically list them on our website."
76
language: str = "en"
77
78
def render(self) -> str:
0 commit comments