Made RSS docstring more appropriate, now that help works with modules.

This commit is contained in:
Jeremy Fincher 2003-08-30 19:53:53 +00:00
parent 7795e6bbf3
commit 35cbbf7717
1 changed files with 1 additions and 13 deletions

View File

@ -31,19 +31,7 @@
"""
Provides basic functionality for handling RSS/RDF feeds. Depends on the Alias
module for user-friendliness: instead of:
rsstitles http://slashdot.org/slashdot.rss
It'll make the alias:
alias slashdot rsstitles http://slashdot.org/slashdot.rss
And you'll be able to call the command like this:
slashdot
Also includes a function for getting info about a specific feed, rssinfo.
module for user-friendliness.
"""
from baseplugin import *