Skip to content

Commit

Permalink
Simplified the text in one of the examples
Browse files Browse the repository at this point in the history
  • Loading branch information
svpino committed Dec 1, 2014
1 parent 6a161b5 commit 0a062a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ itunes = iTunes(
feed = Feed(
title = "Sample Podcast RSS Feed",
link = "http://www.example.com/rss"
description = "An example of how to generate an RSS 2.0 feed that supports iTunes metadata",
description = "An example of how to generate an RSS 2.0 feed",
language = "en-US",
lastBuildDate = datetime.datetime.now(),
items = [item],
Expand Down

0 comments on commit 0a062a1

Please sign in to comment.