Skip to content

Commit

Permalink
Fixed category documentation
Browse files Browse the repository at this point in the history
This patch fixes a minor issue in the documentation of the feed's
`category(...)` method.
  • Loading branch information
lkiesow committed Dec 22, 2023
1 parent f6e1f46 commit 7110f3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion feedgen/feed.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
'''
Expand Down

0 comments on commit 7110f3b

Please sign in to comment.