lkiesow / python-feedgen

Python module to generate ATOM feeds, RSS feeds and Podcasts.
https://feedgen.kiesow.be/
BSD 2-Clause "Simplified" License
723 stars 123 forks source link

'deprected' mispelled #81

Closed netllama closed 5 years ago

netllama commented 6 years ago

The word 'deprecated' is misspelled (as 'deprected') in both the dox and the module itself:

pubdate(…) is deprected and may be removed in feedgen ≥ 0.8. Use pubDate(…) instead.

lkiesow commented 5 years ago

Thanks for reporting this. The issue was already fixed by pull request #77 which is included in the current master branch