aboutsummaryrefslogtreecommitdiffstats
path: root/djangorestframework/tests/breadcrumbs.py
diff options
context:
space:
mode:
authorTom Christie2011-04-28 19:54:30 +0100
committerTom Christie2011-04-28 19:54:30 +0100
commit93aa065fa92f64472a3ee80564020a81776be742 (patch)
treed1bfa96d3027545006b7a0f542a32f53a946153b /djangorestframework/tests/breadcrumbs.py
parentad552107ff9b6f844982bd3c562d69f890febf1f (diff)
downloaddjango-rest-framework-93aa065fa92f64472a3ee80564020a81776be742.tar.bz2
emitters -> renderers
Diffstat (limited to 'djangorestframework/tests/breadcrumbs.py')
-rw-r--r--djangorestframework/tests/breadcrumbs.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/djangorestframework/tests/breadcrumbs.py b/djangorestframework/tests/breadcrumbs.py
index cc0d283d..724f2ff5 100644
--- a/djangorestframework/tests/breadcrumbs.py
+++ b/djangorestframework/tests/breadcrumbs.py
@@ -28,7 +28,7 @@ urlpatterns = patterns('',
class BreadcrumbTests(TestCase):
- """Tests the breadcrumb functionality used by the HTML emitter."""
+ """Tests the breadcrumb functionality used by the HTML renderer."""
urls = 'djangorestframework.tests.breadcrumbs'