From 7110f3bbb7b42f6fa4b40b61c3d403e0ea031265 Mon Sep 17 00:00:00 2001 From: Lars Kiesow Date: Fri, 22 Dec 2023 23:12:53 +0100 Subject: [PATCH] Fixed category documentation This patch fixes a minor issue in the documentation of the feed's `category(...)` method. --- feedgen/feed.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/feedgen/feed.py b/feedgen/feed.py index 1a626c5..0450304 100644 --- a/feedgen/feed.py +++ b/feedgen/feed.py @@ -635,7 +635,7 @@ def category(self, category=None, replace=False, **kwargs): If a label is present it is used for the RSS feeds. Otherwise the term is used. The scheme is used for the domain attribute in RSS. - :param link: Dict or list of dicts with data. + :param category: Dict or list of dicts with data. :param replace: Add or replace old data. :returns: List of category data. '''