Skip to content

Commit e74038f

Browse files
committed
Update _ext/rss.py
1 parent d8d2d65 commit e74038f

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
@@ -27,7 +27,7 @@ class RSSItem:
2727
date: datetime
2828
description: str
2929
url: str
30-
author: str = "PyOpenSci"
30+
author: str = "pyOpenSci"
3131

3232
@classmethod
3333
def from_meta(cls, page_name: str, meta: dict, app: "Sphinx") -> "RSSItem":

0 commit comments

Comments
 (0)