From b206ec0d03e3d28d810f20dfeffb48b962731c69 Mon Sep 17 00:00:00 2001 From: Waylan Limberg Date: Thu, 20 Nov 2014 20:36:22 -0500 Subject: Completed flake8 cleanup. I've decided to go with longer lines in the tests. Also fixed a couple errors with the previous cleanup. --- markdown/extensions/admonition.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'markdown/extensions/admonition.py') 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 for documentation. -- cgit v1.2.3