aboutsummaryrefslogtreecommitdiff
path: root/articles.py
diff options
context:
space:
mode:
Diffstat (limited to 'articles.py')
-rw-r--r--articles.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/articles.py b/articles.py
index 7c019ae7..6a37bea8 100644
--- a/articles.py
+++ b/articles.py
@@ -29,7 +29,7 @@ from collections import OrderedDict
class Feed(object):
"""
- Represent a stream (RSS, ATOM).
+ Represent a stream (RSS, ATOM, etc.).
"""
def __init__(self):
"""
bgstack15