diff --git a/django/contrib/markup/templatetags/markup.py b/django/contrib/markup/templatetags/markup.py index 13f68c3eae..912655f83b 100644 --- a/django/contrib/markup/templatetags/markup.py +++ b/django/contrib/markup/templatetags/markup.py @@ -9,9 +9,6 @@ markup syntaxes to HTML; currently there is support for: http://www.freewisdom.org/projects/python-markdown * ReStructuredText, which requires docutils from http://docutils.sf.net/ - -In each case, if the required library is not installed, the filter will -silently fail and return the un-marked-up text. """ from django import template