From 8f3d6b940446c2f253a377874275e0da875c4bee Mon Sep 17 00:00:00 2001 From: Gary Wilson Jr Date: Fri, 26 Mar 2010 23:56:08 +0000 Subject: [PATCH] Removed out-of-date statement in markdown templatetags docstring (refs #1204). git-svn-id: http://code.djangoproject.com/svn/django/trunk@12858 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- django/contrib/markup/templatetags/markup.py | 3 --- 1 file changed, 3 deletions(-) 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