Skip to content

Commit f88b0af

Browse files
committed
Make massive amount of improvements to Podcast's API Documentation
Additionally, rename earlier forgotten mentions of feedgen to podgen, namely in podgen.Category's example and the exclude_feedgen argument in Podcast.set_generator.
1 parent 7f8acce commit f88b0af

File tree

3 files changed

+202
-111
lines changed

3 files changed

+202
-111
lines changed

podgen/category.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ class Category(object):
1212

1313
Example::
1414

15-
>>> from podgen.category import Category
15+
>>> from podgen import Category
1616
>>> c = Category("Music")
1717
>>> c.category
1818
Music

0 commit comments

Comments
 (0)