aboutsummaryrefslogtreecommitdiffstats
path: root/markdown/extensions/admonition.py
diff options
context:
space:
mode:
authorWaylan Limberg <waylan.limberg@icloud.com>2014-11-20 20:36:22 -0500
committerWaylan Limberg <waylan.limberg@icloud.com>2014-11-20 20:36:22 -0500
commitb206ec0d03e3d28d810f20dfeffb48b962731c69 (patch)
treeb3f079a60ef2eaf5b73ff7e44d2d1eca252926e2 /markdown/extensions/admonition.py
parent8f66a94eab1389d97041944ed24afd2bf7c4389c (diff)
downloadmarkdown-b206ec0d03e3d28d810f20dfeffb48b962731c69.tar.gz
markdown-b206ec0d03e3d28d810f20dfeffb48b962731c69.tar.bz2
markdown-b206ec0d03e3d28d810f20dfeffb48b962731c69.zip
Completed flake8 cleanup.
I've decided to go with longer lines in the tests. Also fixed a couple errors with the previous cleanup.
Diffstat (limited to 'markdown/extensions/admonition.py')
-rw-r--r--markdown/extensions/admonition.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/markdown/extensions/admonition.py b/markdown/extensions/admonition.py
index 8fe3aee..87d8ec8 100644
--- a/markdown/extensions/admonition.py
+++ b/markdown/extensions/admonition.py
@@ -4,7 +4,7 @@ Admonition extension for Python-Markdown
Adds rST-style admonitions. Inspired by [rST][] feature with the same name.
-[rST]: http://docutils.sourceforge.net/docs/ref/rst/directives.html#specific-admonitions # flake8: noqa
+[rST]: http://docutils.sourceforge.net/docs/ref/rst/directives.html#specific-admonitions # noqa
See <https://pythonhosted.org/Markdown/extensions/admonition.html>
for documentation.