diff options
author | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2018-03-31 14:55:04 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-03-31 14:55:04 +0200 |
commit | 1873ed81705399658ce7628f1148327a5c595909 (patch) | |
tree | 7abea01f509a5efc136dfddbf260f60d80268186 /src/lib/article_utils.py | |
parent | Renew certificate. (diff) | |
parent | Correct spelling mistakes. (diff) | |
download | newspipe-1873ed81705399658ce7628f1148327a5c595909.tar.gz newspipe-1873ed81705399658ce7628f1148327a5c595909.tar.bz2 newspipe-1873ed81705399658ce7628f1148327a5c595909.zip |
Merge pull request #37 from EdwardBetts/spelling
Correct spelling mistakes.
Diffstat (limited to 'src/lib/article_utils.py')
-rw-r--r-- | src/lib/article_utils.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/article_utils.py b/src/lib/article_utils.py index 49494e85..9891e29f 100644 --- a/src/lib/article_utils.py +++ b/src/lib/article_utils.py @@ -23,7 +23,7 @@ def extract_id(entry): async def construct_article(entry, feed, fields=None, fetch=True): - "Safe method to transorm a feedparser entry into an article" + "Safe method to transform a feedparser entry into an article" now = datetime.utcnow() article = {} def push_in_article(key, value): |