Skip to content

Commit e6a5bf4

Browse files
committed
Fix overview of feed
1 parent adae842 commit e6a5bf4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_ext/rss.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ class RSSFeed:
7272
title: str = "pyOpenSci Tutorials"
7373
link: str = "https://www.pyopensci.org/python-package-guide/tutorials/intro.html"
7474
self_link: str = "https://www.pyopensci.org/python-package-guide/tutorials.rss"
75-
description: str = "Tutorials for learning python i guess!!!"
75+
description: str = "A tutorial feed that lists metadata for the pyOpenSci Python packaging tutorials so we can automatically list them on our website."
7676
language: str = "en"
7777

7878
def render(self) -> str:

0 commit comments

Comments
 (0)