diff --git a/django/contrib/markup/templatetags/markup.py b/django/contrib/markup/templatetags/markup.py index 13f68c3eaef05..912655f83b786 100644 --- a/django/contrib/markup/templatetags/markup.py +++ b/django/contrib/markup/templatetags/markup.py @@ -9,9 +9,6 @@ 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