Tweaked language in plugin comments.
This commit is contained in:
parent
ab7d45194d
commit
5eca76a41a
2 changed files with 4 additions and 10 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue