From dfb9ae1d23662f7bfc6a28c2b726e2473e0cc48b Mon Sep 17 00:00:00 2001 From: Jon Dufresne Date: Fri, 22 May 2020 16:54:07 -0700 Subject: Refs #30400 -- Improved typography in admin_doc/missing_docutils.html. --- tests/admin_docs/test_views.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/admin_docs') diff --git a/tests/admin_docs/test_views.py b/tests/admin_docs/test_views.py index f06afd336a..47bec73a50 100644 --- a/tests/admin_docs/test_views.py +++ b/tests/admin_docs/test_views.py @@ -113,7 +113,7 @@ class AdminDocViewTests(TestDataMixin, AdminDocsTestCase): response = self.client.get(reverse('django-admindocs-docroot')) self.assertContains( response, - '

The admin documentation system requires Python\'s ' + '

The admin documentation system requires Python’s ' 'docutils ' 'library.

' '

Please ask your administrators to install ' -- cgit v1.3