Tweaked language in plugin comments.

This commit is contained in:
Russell Keith-Magee 2020-04-11 07:13:42 +08:00
parent ab7d45194d
commit 5eca76a41a
No known key found for this signature in database
GPG key ID: 3D2DAB6A37BB5BC3
2 changed files with 4 additions and 10 deletions

View file

@ -1,9 +1,6 @@
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
# This is an updated copy of lektor-atom plugin
""" # which replaces the deprecated Werkzeug's atom with Pelican's feedgenerator.
This is an updated copy of lektor-atom plugin
wich replace deprecated Werkzeug's atom with Pelican's feedgenerator .
"""
import sys import sys
import hashlib import hashlib

View file

@ -1,9 +1,6 @@
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
# This is an updated copy of lektor-atom plugin
""" # which replaces the deprecated Werkzeug's atom with Pelican's feedgenerator.
This is an updated copy of lektor-atom plugin
wich replace deprecated Werkzeug's atom with Pelican's feedgenerator .
"""
from setuptools import setup from setuptools import setup