Skip to content

Commit

Permalink
Merge pull request #130 from lkiesow/typo
Browse files Browse the repository at this point in the history
Fixed category documentation
  • Loading branch information
lkiesow committed Dec 22, 2023
2 parents f6e1f46 + 7110f3b commit 3f2d36e
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 3f2d36e

Please sign in to comment.