aboutsummaryrefslogtreecommitdiff
path: root/newspipe/models/article.py
diff options
context:
space:
mode:
Diffstat (limited to 'newspipe/models/article.py')
-rw-r--r--newspipe/models/article.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/newspipe/models/article.py b/newspipe/models/article.py
index ecc2352b..0a747a30 100644
--- a/newspipe/models/article.py
+++ b/newspipe/models/article.py
@@ -1,7 +1,7 @@
#! /usr/bin/env python
# -*- coding: utf-8 -*-
-# Newspipe - A Web based news aggregator.
+# Newspipe - A web news aggregator.
# Copyright (C) 2010-2020 Cédric Bonhomme - https://www.cedricbonhomme.org
#
# For more information: https://git.sr.ht/~cedric/newspipe
bgstack15